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.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.rolling |
Rolling File Appender and support classes.
|
org.apache.logging.log4j.core.net |
Log4j 2 network support.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
FileManager
Manages actual File I/O for File Appenders.
|
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 and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDatabaseManager
Manager that allows database appenders to have their configuration reloaded without losing events.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcDatabaseManager
An
AbstractDatabaseManager implementation for relational databases accessed via JDBC. |
Modifier and Type | Class and Description |
---|---|
class |
JpaDatabaseManager
An
AbstractDatabaseManager implementation for relational databases accessed via JPA. |
Modifier and Type | Class and Description |
---|---|
class |
JmsManager
JMS connection and session manager.
|
Modifier and Type | Class and Description |
---|---|
class |
JeroMqManager
Manager for publishing messages via JeroMq.
|
Modifier and Type | Class and Description |
---|---|
class |
KafkaManager |
Modifier and Type | Class and 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 and Description |
---|---|
class |
AbstractSocketManager
Abstract base class for managing sockets.
|
class |
DatagramSocketManager
Socket Manager for UDP connections.
|
class |
JndiManager
JNDI
Context manager. |
class |
SmtpManager
Manager for sending SMTP events.
|
class |
SslSocketManager |
class |
TcpSocketManager
Manager of TCP Socket connections.
|
Modifier and Type | Class and Description |
---|---|
class |
NoSqlDatabaseManager<W>
An
AbstractDatabaseManager implementation for all NoSQL databases. |
Modifier and Type | Class and Description |
---|---|
class |
CassandraManager
Manager for a Cassandra appender instance.
|
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.