Package | Description |
---|---|
org.apache.log4j |
Log4j 1.x compatibility layer.
|
org.apache.log4j.config |
Log4j 1.x compatibility layer.
|
org.apache.log4j.layout | |
org.apache.log4j.pattern | |
org.apache.logging.log4j.core |
Implementation of Log4j 2.
|
org.apache.logging.log4j.core.appender |
Log4j 2 Appenders.
|
org.apache.logging.log4j.core.appender.db |
The classes in this package and sub packages provide appenders for various types of databases and methods for
accessing databases.
|
org.apache.logging.log4j.core.appender.db.jdbc |
The JDBC Appender supports writing log events to a relational database using standard JDBC connections.
|
org.apache.logging.log4j.core.appender.db.jpa |
The JPA Appender supports writing log events to a relational database using the Java Persistence API.
|
org.apache.logging.log4j.core.appender.mom |
Message oriented middleware appenders.
|
org.apache.logging.log4j.core.appender.mom.jeromq |
Classes and interfaces for ZeroMQ/JeroMQ support.
|
org.apache.logging.log4j.core.appender.mom.kafka |
Classes and interfaces for Kafka appender support.
|
org.apache.logging.log4j.core.appender.rewrite |
Apache Flume Appender.
|
org.apache.logging.log4j.core.appender.rolling |
Rolling File Appender and support classes.
|
org.apache.logging.log4j.core.appender.routing |
Apache Flume Appender.
|
org.apache.logging.log4j.core.async |
Provides Asynchronous Logger classes and interfaces for low-latency logging.
|
org.apache.logging.log4j.core.config |
Configuration of Log4j 2.
|
org.apache.logging.log4j.core.config.builder.api |
Configuration Builder API for programmatically configuring Log4j.
|
org.apache.logging.log4j.core.config.builder.impl |
Configuration Builder Implementation.
|
org.apache.logging.log4j.core.config.composite |
Support for composite configurations.
|
org.apache.logging.log4j.core.config.json |
Classes and interfaces supporting configuration of Log4j 2 with JSON.
|
org.apache.logging.log4j.core.config.plugins.util |
Utility and manager classes for Log4j 2 plugins.
|
org.apache.logging.log4j.core.config.plugins.visitors |
Visitor classes for extracting values from a Configuration or Node corresponding to a plugin annotation.
|
org.apache.logging.log4j.core.config.properties |
Configuration using Properties files.
|
org.apache.logging.log4j.core.config.xml |
Classes and interfaces supporting configuration of Log4j 2 with XML.
|
org.apache.logging.log4j.core.config.yaml |
Classes and interfaces supporting configuration of Log4j 2 with YAML.
|
org.apache.logging.log4j.core.filter |
Log4j 2 Filter support.
|
org.apache.logging.log4j.core.impl |
Log4j 2 private implementation classes.
|
org.apache.logging.log4j.core.jmx |
Log4j 2 JMX support.
|
org.apache.logging.log4j.core.layout |
Log4j 2 Layout support.
|
org.apache.logging.log4j.core.lookup |
Log4j 2 Lookups.
|
org.apache.logging.log4j.core.net |
Log4j 2 network support.
|
org.apache.logging.log4j.core.net.server |
Standalone server classes for consuming log events over a network.
|
org.apache.logging.log4j.core.osgi |
Collection of OSGi-specific classes for bundles.
|
org.apache.logging.log4j.core.pattern |
Provides classes implementing format specifiers in conversion patterns.
|
org.apache.logging.log4j.core.selector |
Log4j 2 Context Selectors.
|
org.apache.logging.log4j.core.util |
Log4j 2 helper classes.
|
org.apache.logging.log4j.nosql.appender |
The NoSQL Appender supports writing log events to NoSQL databases.
|
org.apache.logging.log4j.nosql.appender.cassandra |
Log4j appender plugin and supporting classes for Apache Cassandra.
|
org.apache.logging.log4j.web |
The classes in this package are responsible for properly initializing and deinitializing Log4j in a Java EE web
application.
|
org.apache.logging.log4j.web.appender |
Class and Description |
---|
LoggerContext
The LoggerContext is the anchor for the logging system.
|
Class and Description |
---|
LoggerContext
The LoggerContext is the anchor for the logging system.
|
Class and Description |
---|
Layout
Lays out a LogEvent in different formats.
|
LogEvent
Provides contextual information about a logged message.
|
StringLayout
Instantiates the @{link Layout} type for String-based layouts.
|
Class and Description |
---|
LogEvent
Provides contextual information about a logged message.
|
Class and Description |
---|
AbstractLifeCycle
A life cycle to be extended.
|
Appender
Appends
LogEvent s. |
ErrorHandler
Appenders may delegate their error handling to
ErrorHandlers . |
Filter
Interface that must be implemented to allow custom event filtering.
|
Filter.Result
The result that can returned from a filter method call.
|
Layout
Lays out a LogEvent in different formats.
|
LifeCycle
All proper Java frameworks implement some sort of object life cycle.
|
LifeCycle.State
Status of a life cycle like a
LoggerContext . |
LifeCycle2
Extends the LifeCycle interface.
|
LogEvent
Provides contextual information about a logged message.
|
Logger
The core implementation of the
Logger interface. |
Logger.PrivateConfig
The binding between a Logger and its configuration.
|
LoggerContext
The LoggerContext is the anchor for the logging system.
|
Class and Description |
---|
AbstractLifeCycle
A life cycle to be extended.
|
Appender
Appends
LogEvent s. |
ErrorHandler
Appenders may delegate their error handling to
ErrorHandlers . |
Filter
Interface that must be implemented to allow custom event filtering.
|
Layout
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.
|
LoggerContext
The LoggerContext is the anchor for the logging system.
|
StringLayout
Instantiates the @{link Layout} type for String-based layouts.
|
Class and Description |
---|
AbstractLifeCycle
A life cycle to be extended.
|
Appender
Appends
LogEvent s. |
Filter
Interface that must be implemented to allow custom event filtering.
|
Layout
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.
|
StringLayout
Instantiates the @{link Layout} type for String-based layouts.
|
Class and Description |
---|
AbstractLifeCycle
A life cycle to be extended.
|
Appender
Appends
LogEvent s. |
Filter
Interface that must be implemented to allow custom event filtering.
|
Layout
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.
|
Class and Description |
---|
AbstractLifeCycle
A life cycle to be extended.
|
Appender
Appends
LogEvent s. |
Filter
Interface that must be implemented to allow custom event filtering.
|
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.
|
Class and Description |
---|
AbstractLifeCycle
A life cycle to be extended.
|
Appender
Appends
LogEvent s. |
Filter
Interface that must be implemented to allow custom event filtering.
|
Layout
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.
|
Class and Description |
---|
AbstractLifeCycle
A life cycle to be extended.
|
Appender
Appends
LogEvent s. |
Filter
Interface that must be implemented to allow custom event filtering.
|
Layout
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.
|
Class and Description |
---|
AbstractLifeCycle
A life cycle to be extended.
|
Appender
Appends
LogEvent s. |
Filter
Interface that must be implemented to allow custom event filtering.
|
Layout
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.
|
LoggerContext
The LoggerContext is the anchor for the logging system.
|
Class and Description |
---|
AbstractLifeCycle
A life cycle to be extended.
|
Appender
Appends
LogEvent s. |
Filter
Interface that must be implemented to allow custom event filtering.
|
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.
|
Class and Description |
---|
AbstractLifeCycle
A life cycle to be extended.
|
Layout
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.
|
LoggerContext
The LoggerContext is the anchor for the logging system.
|
Class and Description |
---|
AbstractLifeCycle
A life cycle to be extended.
|
Appender
Appends
LogEvent s. |
Filter
Interface that must be implemented to allow custom event filtering.
|
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.
|
Class and Description |
---|
AbstractLifeCycle
A life cycle to be extended.
|
Filter
Interface that must be implemented to allow custom event filtering.
|
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.
|
Logger
The core implementation of the
Logger interface. |
LoggerContext
The LoggerContext is the anchor for the logging system.
|
Class and Description |
---|
AbstractLifeCycle
A life cycle to be extended.
|
Appender
Appends
LogEvent s. |
Filter
Interface that must be implemented to allow custom event filtering.
|
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.
|
Logger
The core implementation of the
Logger interface. |
LoggerContext
The LoggerContext is the anchor for the logging system.
|
Class and Description |
---|
Filter.Result
The result that can returned from a filter method call.
|
LoggerContext
The LoggerContext is the anchor for the logging system.
|
Class and Description |
---|
AbstractLifeCycle
A life cycle to be extended.
|
Filter.Result
The result that can returned from a filter method call.
|
LifeCycle
All proper Java frameworks implement some sort of object life cycle.
|
LifeCycle2
Extends the LifeCycle interface.
|
LoggerContext
The LoggerContext is the anchor for the logging system.
|
Class and Description |
---|
AbstractLifeCycle
A life cycle to be extended.
|
LifeCycle
All proper Java frameworks implement some sort of object life cycle.
|
LifeCycle2
Extends the LifeCycle interface.
|
Class and Description |
---|
AbstractLifeCycle
A life cycle to be extended.
|
LifeCycle
All proper Java frameworks implement some sort of object life cycle.
|
LifeCycle2
Extends the LifeCycle interface.
|
LoggerContext
The LoggerContext is the anchor for the logging system.
|
Class and Description |
---|
LogEvent
Provides contextual information about a logged message.
|
Class and Description |
---|
LogEvent
Provides contextual information about a logged message.
|
Class and Description |
---|
AbstractLifeCycle
A life cycle to be extended.
|
LifeCycle
All proper Java frameworks implement some sort of object life cycle.
|
LifeCycle2
Extends the LifeCycle interface.
|
LoggerContext
The LoggerContext is the anchor for the logging system.
|
Class and Description |
---|
AbstractLifeCycle
A life cycle to be extended.
|
LifeCycle
All proper Java frameworks implement some sort of object life cycle.
|
LifeCycle2
Extends the LifeCycle interface.
|
LoggerContext
The LoggerContext is the anchor for the logging system.
|
Class and Description |
---|
AbstractLifeCycle
A life cycle to be extended.
|
LifeCycle
All proper Java frameworks implement some sort of object life cycle.
|
LifeCycle2
Extends the LifeCycle interface.
|
LoggerContext
The LoggerContext is the anchor for the logging system.
|
Class and Description |
---|
AbstractLifeCycle
A life cycle to be extended.
|
Filter
Interface that must be implemented to allow custom event filtering.
|
Filter.Result
The result that can returned from a filter method call.
|
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.
|
Logger
The core implementation of the
Logger interface. |
Class and Description |
---|
ContextDataInjector
Responsible for initializing the context data of LogEvents.
|
LogEvent
Provides contextual information about a logged message.
|
LoggerContext
The LoggerContext is the anchor for the logging system.
|
Class and Description |
---|
Appender
Appends
LogEvent s. |
LoggerContext
The LoggerContext is the anchor for the logging system.
|
Class and Description |
---|
Layout
Lays out a LogEvent in different formats.
|
LogEvent
Provides contextual information about a logged message.
|
StringLayout
Instantiates the @{link Layout} type for String-based layouts.
|
Class and Description |
---|
LogEvent
Provides contextual information about a logged message.
|
Class and Description |
---|
Layout
Lays out a LogEvent in different formats.
|
LogEvent
Provides contextual information about a logged message.
|
Class and Description |
---|
LifeCycle
All proper Java frameworks implement some sort of object life cycle.
|
LifeCycle.State
Status of a life cycle like a
LoggerContext . |
LifeCycle2
Extends the LifeCycle interface.
|
LogEventListener
Base class for server classes that listen to
LogEvent s. |
LoggerContext
The LoggerContext is the anchor for the logging system.
|
Class and Description |
---|
LoggerContext
The LoggerContext is the anchor for the logging system.
|
Class and Description |
---|
LogEvent
Provides contextual information about a logged message.
|
Class and Description |
---|
LoggerContext
The LoggerContext is the anchor for the logging system.
|
Class and Description |
---|
AbstractLifeCycle
A life cycle to be extended.
|
LifeCycle
All proper Java frameworks implement some sort of object life cycle.
|
LifeCycle.State
Status of a life cycle like a
LoggerContext . |
LifeCycle2
Extends the LifeCycle interface.
|
Class and Description |
---|
AbstractLifeCycle
A life cycle to be extended.
|
Appender
Appends
LogEvent s. |
Filter
Interface that must be implemented to allow custom event filtering.
|
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.
|
Class and Description |
---|
AbstractLifeCycle
A life cycle to be extended.
|
Appender
Appends
LogEvent s. |
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.
|
Class and Description |
---|
LogEvent
Provides contextual information about a logged message.
|
LoggerContext
The LoggerContext is the anchor for the logging system.
|
Class and Description |
---|
AbstractLifeCycle
A life cycle to be extended.
|
Appender
Appends
LogEvent s. |
Filter
Interface that must be implemented to allow custom event filtering.
|
Layout
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.
|
Copyright © 1999-2017. 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.