Uses of Interface
org.apache.logging.log4j.core.filter.Filterable
Packages that use Filterable
Package
Description
Log4j 1.x compatibility layer.
Log4j 1.x compatibility layer.
Log4j 2 Appenders.
Apache Flume Appender.
Apache Flume Appender.
Provides Asynchronous Logger classes and interfaces for low-latency logging.
Configuration of Log4j 2.
Configuration Builder Implementation.
Support for composite configurations.
Configuration using Properties files.
Classes and interfaces supporting configuration of Log4j 2 with XML.
Log4j 2 Filter support.
-
Uses of Filterable in org.apache.log4j.bridge
Classes in org.apache.log4j.bridge that implement Filterable -
Uses of Filterable in org.apache.log4j.config
Classes in org.apache.log4j.config that implement FilterableModifier and TypeClassDescriptionclassClass Description goes here.classConstructs a configuration based on Log4j 1 properties. -
Uses of Filterable in org.apache.log4j.xml
Classes in org.apache.log4j.xml that implement Filterable -
Uses of Filterable in org.apache.logging.log4j.core.appender
Classes in org.apache.logging.log4j.core.appender that implement FilterableModifier and TypeClassDescriptionclassAbstract base class for Appenders.classAbstractFileAppender<M extends OutputStreamManager>Abstract File Appender.classAbstractOutputStreamAppender<M extends OutputStreamManager>Appends log events as bytes to a byte output stream.classAbstractWriterAppender<M extends WriterManager>Appends log events as strings to a writer.final classAppends to one or more Appenders asynchronously.final classAppends log events toSystem.outorSystem.errusing a layout specified by the user.classNo-Operation Appender that counts events.final classThe FailoverAppender will capture exceptions in an Appender and then route the event to a different appender.final classFile Appender.final classSends log events over HTTP.final classMemory Mapped File Appender.classAn Appender that ignores log events.final classAppends log events to a given output stream using a layout.final classFile Appender.final classAn appender that writes to files and can roll over at intervals.final classAn appender that writes to random access files and can roll over at intervals.classclassAn Appender that delivers events over socket connections.classThe Syslog Appender.final classAppends log events to aWriter. -
Uses of Filterable in org.apache.logging.log4j.core.appender.rewrite
Classes in org.apache.logging.log4j.core.appender.rewrite that implement FilterableModifier and TypeClassDescriptionfinal classThis Appender allows the logging event to be manipulated before it is processed by other Appenders. -
Uses of Filterable in org.apache.logging.log4j.core.appender.routing
Classes in org.apache.logging.log4j.core.appender.routing that implement FilterableModifier and TypeClassDescriptionfinal classThis Appender "routes" between various Appenders, some of which can be references to Appenders defined earlier in the configuration while others can be dynamically created within this Appender as required.private static final classprivate static final classprivate static classLOG4J2-2629: PurgePolicy implementations can invokeRoutingAppender.deleteAppender(String)after we have looked up an instance of a target appender but before events are appended, which could result in events not being recorded to any appender. -
Uses of Filterable in org.apache.logging.log4j.core.async
Classes in org.apache.logging.log4j.core.async that implement FilterableModifier and TypeClassDescriptionclassAsynchronous Logger object that is created via configuration and can be combined with synchronous loggers.static classAn asynchronous root Logger. -
Uses of Filterable in org.apache.logging.log4j.core.config
Subinterfaces of Filterable in org.apache.logging.log4j.core.configModifier and TypeInterfaceDescriptioninterfaceInterface that must be implemented to create a configuration.Classes in org.apache.logging.log4j.core.config that implement FilterableModifier and TypeClassDescriptionclassThe base Configuration.classWraps anAppenderwith details an appender implementation shouldn't need to know about.classThe default configuration writes all output to the Console using the default logging level.classLogger object that is created via configuration.static classThe root Logger.classThis configuration defaults to no logging. -
Uses of Filterable in org.apache.logging.log4j.core.config.builder.impl
Classes in org.apache.logging.log4j.core.config.builder.impl that implement FilterableModifier and TypeClassDescriptionclassThis is the general version of the Configuration created by the Builder. -
Uses of Filterable in org.apache.logging.log4j.core.config.composite
Classes in org.apache.logging.log4j.core.config.composite that implement Filterable -
Uses of Filterable in org.apache.logging.log4j.core.config.properties
Classes in org.apache.logging.log4j.core.config.properties that implement FilterableModifier and TypeClassDescriptionclassConfiguration created from a properties file. -
Uses of Filterable in org.apache.logging.log4j.core.config.xml
Classes in org.apache.logging.log4j.core.config.xml that implement FilterableModifier and TypeClassDescriptionclassCreates a Node hierarchy from an XML file. -
Uses of Filterable in org.apache.logging.log4j.core.filter
Classes in org.apache.logging.log4j.core.filter that implement FilterableModifier and TypeClassDescriptionclassEnhances a Class by allowing it to contain Filters. -
Uses of Filterable in org.apache.logging.log4j.web.appender
Classes in org.apache.logging.log4j.web.appender that implement FilterableModifier and TypeClassDescriptionclassLogs using the ServletContext's log method