|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Lifecycle | |
---|---|
org.apache.logging.log4j.core | Implementation of Log4j 2.0. |
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.filter | Log4j 2.0 Filter support. |
Uses of Lifecycle in org.apache.logging.log4j.core |
---|
Subinterfaces of Lifecycle in org.apache.logging.log4j.core | |
---|---|
interface |
Appender
|
Classes in org.apache.logging.log4j.core that implement Lifecycle | |
---|---|
class |
LoggerContext
The LoggerContext is the anchor for the logging system. |
Uses of Lifecycle in org.apache.logging.log4j.core.appender |
---|
Classes in org.apache.logging.log4j.core.appender that implement Lifecycle | |
---|---|
class |
AppenderBase
Base class for Appenders. |
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 Lifecycle in org.apache.logging.log4j.core.appender.rewrite |
---|
Classes in org.apache.logging.log4j.core.appender.rewrite that implement Lifecycle | |
---|---|
class |
RewriteAppender
This Appender allows the logging event to be manipulated before it is processed by other Appenders. |
Uses of Lifecycle in org.apache.logging.log4j.core.appender.routing |
---|
Classes in org.apache.logging.log4j.core.appender.routing that implement Lifecycle | |
---|---|
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 Lifecycle in org.apache.logging.log4j.core.filter |
---|
Classes in org.apache.logging.log4j.core.filter that implement Lifecycle | |
---|---|
class |
BurstFilter
The BurstFilter is a logging filter that regulates logging
traffic. |
class |
CompositeFilter
Filter that invokes multiple filters. |
class |
DynamicThresholdFilter
Compare against a log level that is associated with an MDC value. |
class |
FilterBase
Users should extend this class to implement filters. |
class |
MapFilter
A Filter that operates on a Map. |
class |
MarkerFilter
This filter returns the onMatch result if the marker in the LogEvent is the same as or has the configured marker as a parent. |
class |
RegexFilter
This filter returns the onMatch result if the message matches the regular expression. |
class |
StructuredDataFilter
Filter based on data in a StructuredDataMessage. |
class |
ThreadContextMapFilter
Filter based on a value in the Thread Context Map (MDC). |
class |
ThresholdFilter
This filter returns the onMatch result if the level in the LogEvent is the same or more specific than the configured level and the onMismatch value otherwise. |
class |
TimeFilter
Filters events that fall within a specified time period in each day. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |