Package | Description |
---|---|
org.apache.logging.log4j.core.appender |
Log4j 2.0 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.rolling |
Rolling File Appender and support classes.
|
org.apache.logging.log4j.core.net |
Log4j 2.0 network support.
|
org.apache.logging.log4j.core.net.jms |
Supporting network code for JMS appenders.
|
org.apache.logging.log4j.nosql.appender |
The NoSQL Appender supports writing log events to NoSQL databases.
|
Modifier and Type | Class and Description |
---|---|
class |
FileManager
Manages actual File I/O for File Appenders.
|
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. |
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 |
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 |
SmtpManager
Manager for sending SMTP events.
|
class |
SslSocketManager |
class |
TcpSocketManager
Manager of TCP Socket connections.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJmsManager
Base Class for Managers of JMS connections.
|
class |
JmsQueueManager
Manager for a JMS Queue.
|
class |
JmsTopicManager
Manager for JMS Topic connections.
|
Modifier and Type | Class and Description |
---|---|
class |
NoSqlDatabaseManager<W>
An
AbstractDatabaseManager implementation for all NoSQL databases. |
Copyright © 1999-2015 Apache Software Foundation. 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.