Package | Description |
---|---|
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.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.nosql |
The NoSQL Appender supports writing log events to NoSQL databases.
|
org.apache.logging.log4j.core.appender.rolling |
Rolling File Appender and support classes.
|
org.apache.logging.log4j.core.net |
Log4j 2 network support.
|
Modifier and Type | Class | Description |
---|---|---|
class |
FileManager |
Manages actual File I/O for File Appenders.
|
class |
HttpManager |
|
class |
HttpURLConnectionManager |
|
class |
MemoryMappedFileManager |
Extends OutputStreamManager but instead of using a buffered output stream, this class maps a region of a file into
memory and writes to this memory region.
|
class |
OutputStreamManager |
Manages an OutputStream so that it can be shared by multiple Appenders and will
allow appenders to reconfigure without requiring a new stream.
|
class |
RandomAccessFileManager |
Extends OutputStreamManager but instead of using a buffered output stream,
this class uses a
ByteBuffer and a RandomAccessFile to do the
I/O. |
class |
WriterManager |
Manages a Writer so that it can be shared by multiple Appenders and will
allow appenders to reconfigure without requiring a new writer.
|
Modifier and Type | Method | Description |
---|---|---|
static <M extends AbstractManager,T> |
AbstractManager.getManager(String name,
ManagerFactory<M,T> factory,
T data) |
Retrieves a Manager if it has been previously created or creates a new Manager.
|
protected static <M extends AbstractManager> |
AbstractManager.narrow(Class<M> narrowClass,
AbstractManager manager) |
Returns the specified manager, cast to the specified narrow type.
|
Modifier and Type | Method | Description |
---|---|---|
protected static <M extends AbstractManager> |
AbstractManager.narrow(Class<M> narrowClass,
AbstractManager manager) |
Returns the specified manager, cast to the specified narrow type.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractDatabaseManager |
Manager that allows database appenders to have their configuration reloaded without losing events.
|
Modifier and Type | Class | Description |
---|---|---|
class |
JdbcDatabaseManager |
An
AbstractDatabaseManager implementation for relational databases accessed via JDBC. |
Modifier and Type | Class | Description |
---|---|---|
class |
JmsManager |
Consider this class private; it is only public for access by integration tests.
|
Modifier and Type | Class | Description |
---|---|---|
class |
JeroMqManager |
Manager for publishing messages via JeroMq.
|
Modifier and Type | Class | Description |
---|---|---|
class |
NoSqlDatabaseManager<W> |
An
AbstractDatabaseManager implementation for all NoSQL databases. |
Modifier and Type | Class | Description |
---|---|---|
class |
RollingFileManager |
The Rolling File Manager.
|
class |
RollingRandomAccessFileManager |
Extends RollingFileManager but instead of using a buffered output stream, this class uses a
ByteBuffer and a
RandomAccessFile to do the I/O. |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractSocketManager |
Abstract base class for managing sockets.
|
class |
DatagramSocketManager |
Socket Manager for UDP connections.
|
class |
JndiManager |
Manages a JNDI
Context . |
class |
SmtpManager |
Manager for sending SMTP events.
|
class |
SslSocketManager |
|
class |
TcpSocketManager |
Manager of TCP Socket connections.
|
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.