Interface | Description |
---|---|
Appender |
Appends
LogEvent s. |
ContextDataInjector |
Responsible for initializing the context data of LogEvents.
|
ErrorHandler |
Appenders may delegate their error handling to
ErrorHandlers . |
Filter |
Interface that must be implemented to allow custom event filtering.
|
Layout<T extends Serializable> |
Lays out a LogEvent in different formats.
|
LifeCycle |
All proper Java frameworks implement some sort of object life cycle.
|
LifeCycle2 |
Extends the LifeCycle interface.
|
LogEvent |
Provides contextual information about a logged message.
|
LoggerContextAccessor |
Provides access to a Core Logger Context.
|
StringLayout |
Instantiates the @{link Layout} type for String-based layouts.
|
Class | Description |
---|---|
AbstractLifeCycle |
A life cycle to be extended.
|
AbstractLogEvent |
An abstract log event implementation with default values for all methods.
|
Core | |
DefaultLoggerContextAccessor |
Default implementation using the Core LoggerContext.
|
LogEventListener |
Base class for server classes that listen to
LogEvent s. |
Logger |
The core implementation of the
Logger interface. |
Logger.LoggerProxy |
Serialization proxy class for Logger.
|
LoggerContext |
The LoggerContext is the anchor for the logging system.
|
Version |
Enum | Description |
---|---|
Filter.Result |
The result that can returned from a filter method call.
|
LifeCycle.State |
Status of a life cycle like a
LoggerContext . |
Copyright © 1999-2018. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.