|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filtering | |
---|---|
org.apache.logging.log4j.core.appender | Log4j 2.0 Appenders. |
org.apache.logging.log4j.core.appender.rewrite | Apache Flume Appender. |
org.apache.logging.log4j.core.appender.routing | Apache Flume Appender. |
org.apache.logging.log4j.core.config | Configuration of Log4j 2.0. |
org.apache.logging.log4j.core.filter | Log4j 2.0 Filter support. |
Uses of Filtering in org.apache.logging.log4j.core.appender |
---|
Classes in org.apache.logging.log4j.core.appender that implement Filtering | |
---|---|
class |
AppenderBase
Base class for Appenders. |
class |
AsynchAppender
Appender to write to one or more Appenders asynchronously. |
class |
ConsoleAppender
ConsoleAppender appends log events to System.out or
System.err using a layout specified by the user. |
class |
FailoverAppender
The FailoverAppender will capture exceptions in an Appender and then route the event to a different appender. |
class |
FileAppender
File Appender. |
class |
JMSQueueAppender
Appender to write to a JMS Queue. |
class |
JMSTopicAppender
Appender to write to a JMS Topic. |
class |
OutputStreamAppender
Writes the byte output stream. |
class |
RollingFileAppender
An appender that writes to files andd can roll over at intervals. |
class |
SocketAppender
An Appender that delivers events over socket connections. |
class |
SyslogAppender
The Syslog Appender. |
Uses of Filtering in org.apache.logging.log4j.core.appender.rewrite |
---|
Classes in org.apache.logging.log4j.core.appender.rewrite that implement Filtering | |
---|---|
class |
RewriteAppender
This Appender allows the logging event to be manipulated before it is processed by other Appenders. |
Uses of Filtering in org.apache.logging.log4j.core.appender.routing |
---|
Classes in org.apache.logging.log4j.core.appender.routing that implement Filtering | |
---|---|
class |
RoutingAppender
This 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. |
Uses of Filtering in org.apache.logging.log4j.core.config |
---|
Subinterfaces of Filtering in org.apache.logging.log4j.core.config | |
---|---|
interface |
Configuration
Interface that must be implemented to create a configuration. |
Classes in org.apache.logging.log4j.core.config that implement Filtering | |
---|---|
class |
AppenderControl
Wraps appenders with details the appender implementation shouldn't need to know about. |
class |
BaseConfiguration
The Base Configuration. |
class |
DefaultConfiguration
The default configuration. |
class |
JSONConfiguration
Creates a Node hierarchy from a JSON file. |
class |
LoggerConfig
Logger object that is created via configuration. |
static class |
LoggerConfig.RootLogger
The root Logger. |
class |
NullConfiguration
This configuration defaults to no logging. |
class |
XMLConfiguration
Creates a Node hierarchy from an XML file. |
Uses of Filtering in org.apache.logging.log4j.core.filter |
---|
Classes in org.apache.logging.log4j.core.filter that implement Filtering | |
---|---|
class |
Filterable
Enhances a Class by allowing it to contain Filters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |