Uses of Class
org.apache.logging.log4j.core.filter.AbstractFilterable
Packages that use AbstractFilterable
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.
-
Uses of AbstractFilterable in org.apache.log4j.bridge
Subclasses of AbstractFilterable in org.apache.log4j.bridge -
Uses of AbstractFilterable in org.apache.log4j.config
Subclasses of AbstractFilterable in org.apache.log4j.configModifier and TypeClassDescriptionclassClass Description goes here.classConstructs a configuration based on Log4j 1 properties. -
Uses of AbstractFilterable in org.apache.log4j.xml
Subclasses of AbstractFilterable in org.apache.log4j.xml -
Uses of AbstractFilterable in org.apache.logging.log4j.core.appender
Subclasses of AbstractFilterable in org.apache.logging.log4j.core.appenderModifier 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 AbstractFilterable in org.apache.logging.log4j.core.appender.rewrite
Subclasses of AbstractFilterable in org.apache.logging.log4j.core.appender.rewriteModifier and TypeClassDescriptionfinal classThis Appender allows the logging event to be manipulated before it is processed by other Appenders. -
Uses of AbstractFilterable in org.apache.logging.log4j.core.appender.routing
Subclasses of AbstractFilterable in org.apache.logging.log4j.core.appender.routingModifier 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 AbstractFilterable in org.apache.logging.log4j.core.async
Subclasses of AbstractFilterable in org.apache.logging.log4j.core.asyncModifier and TypeClassDescriptionclassAsynchronous Logger object that is created via configuration and can be combined with synchronous loggers.static classAn asynchronous root Logger. -
Uses of AbstractFilterable in org.apache.logging.log4j.core.config
Subclasses of AbstractFilterable in org.apache.logging.log4j.core.configModifier 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 AbstractFilterable in org.apache.logging.log4j.core.config.builder.impl
Subclasses of AbstractFilterable in org.apache.logging.log4j.core.config.builder.implModifier and TypeClassDescriptionclassThis is the general version of the Configuration created by the Builder. -
Uses of AbstractFilterable in org.apache.logging.log4j.core.config.composite
Subclasses of AbstractFilterable in org.apache.logging.log4j.core.config.composite -
Uses of AbstractFilterable in org.apache.logging.log4j.core.config.properties
Subclasses of AbstractFilterable in org.apache.logging.log4j.core.config.propertiesModifier and TypeClassDescriptionclassConfiguration created from a properties file. -
Uses of AbstractFilterable in org.apache.logging.log4j.core.config.xml
Subclasses of AbstractFilterable in org.apache.logging.log4j.core.config.xmlModifier and TypeClassDescriptionclassCreates a Node hierarchy from an XML file. -
Uses of AbstractFilterable in org.apache.logging.log4j.web.appender
Subclasses of AbstractFilterable in org.apache.logging.log4j.web.appenderModifier and TypeClassDescriptionclassLogs using the ServletContext's log method