Uses of Class
org.apache.logging.log4j.core.filter.AbstractFilterable
-
-
Uses of AbstractFilterable in org.apache.log4j.bridge
Subclasses of AbstractFilterable in org.apache.log4j.bridge Modifier and Type Class Description classAppenderAdapter.Adapter -
Uses of AbstractFilterable in org.apache.log4j.config
Subclasses of AbstractFilterable in org.apache.log4j.config Modifier and Type Class Description classLog4j1ConfigurationClass Description goes here.classPropertiesConfigurationConstructs a configuration based on Log4j 1 properties. -
Uses of AbstractFilterable in org.apache.log4j.xml
Subclasses of AbstractFilterable in org.apache.log4j.xml Modifier and Type Class Description classXmlConfigurationClass Description goes here. -
Uses of AbstractFilterable in org.apache.logging.log4j.core.appender
Subclasses of AbstractFilterable in org.apache.logging.log4j.core.appender Modifier and Type Class Description classAbstractAppenderAbstract 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.classAsyncAppenderAppends to one or more Appenders asynchronously.classConsoleAppenderAppends log events toSystem.outorSystem.errusing a layout specified by the user.classCountingNoOpAppenderNo-Operation Appender that counts events.classFailoverAppenderThe FailoverAppender will capture exceptions in an Appender and then route the event to a different appender.classFileAppenderFile Appender.classHttpAppenderSends log events over HTTP.classMemoryMappedFileAppenderMemory Mapped File Appender.classNullAppenderAn Appender that ignores log events.classOutputStreamAppenderAppends log events to a given output stream using a layout.classRandomAccessFileAppenderFile Appender.classRollingFileAppenderAn appender that writes to files and can roll over at intervals.classRollingRandomAccessFileAppenderAn appender that writes to random access files and can roll over at intervals.classScriptAppenderSelectorclassSmtpAppenderSend an e-mail when a specific logging event occurs, typically on errors or fatal errors.classSocketAppenderAn Appender that delivers events over socket connections.classSyslogAppenderThe Syslog Appender.classWriterAppenderAppends 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.rewrite Modifier and Type Class Description classRewriteAppenderThis 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.routing Modifier and Type Class Description classRoutingAppenderThis 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 classRoutingAppender.CreatedRouteAppenderControlprivate static classRoutingAppender.ReferencedRouteAppenderControlprivate static classRoutingAppender.RouteAppenderControlLOG4J2-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.async Modifier and Type Class Description classAsyncLoggerConfigAsynchronous Logger object that is created via configuration and can be combined with synchronous loggers.static classAsyncLoggerConfig.RootLoggerAn asynchronous root Logger. -
Uses of AbstractFilterable in org.apache.logging.log4j.core.config
Subclasses of AbstractFilterable in org.apache.logging.log4j.core.config Modifier and Type Class Description classAbstractConfigurationThe base Configuration.classAppenderControlWraps anAppenderwith details an appender implementation shouldn't need to know about.classDefaultConfigurationThe default configuration writes all output to the Console using the default logging level.classLoggerConfigLogger object that is created via configuration.static classLoggerConfig.RootLoggerThe root Logger.classNullConfigurationThis 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.impl Modifier and Type Class Description classBuiltConfigurationThis 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 Modifier and Type Class Description classCompositeConfigurationA Composite Configuration. -
Uses of AbstractFilterable in org.apache.logging.log4j.core.config.json
Subclasses of AbstractFilterable in org.apache.logging.log4j.core.config.json Modifier and Type Class Description classJsonConfigurationCreates a Node hierarchy from a JSON file. -
Uses of AbstractFilterable in org.apache.logging.log4j.core.config.properties
Subclasses of AbstractFilterable in org.apache.logging.log4j.core.config.properties Modifier and Type Class Description classPropertiesConfigurationConfiguration 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.xml Modifier and Type Class Description classXmlConfigurationCreates 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.appender Modifier and Type Class Description classServletAppenderLogs using the ServletContext's log method
-