Interface | Description |
---|---|
ManagerFactory<M,T> |
Creates Manager objects.
|
Class | Description |
---|---|
AbstractAppender |
Abstract base class for Appenders.
|
AbstractManager |
Abstract base class used to register managers.
|
AbstractOutputStreamAppender<M extends OutputStreamManager> |
Appends log events as bytes to a byte output stream.
|
AsyncAppender |
Appends to one or more Appenders asynchronously.
|
ConsoleAppender |
ConsoleAppender appends log events to
System.out or
System.err using a layout specified by the user. |
ConsoleAppender.Builder | |
DefaultErrorHandler | |
FailoverAppender |
The FailoverAppender will capture exceptions in an Appender and then route the event
to a different appender.
|
FailoversPlugin |
The array of failover Appenders.
|
FileAppender |
File Appender.
|
FileManager |
Manages actual File I/O for File Appenders.
|
MemoryMappedFileAppender |
Memory Mapped File Appender.
|
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.
|
OutputStreamManager |
Manages an OutputStream so that it can be shared by multiple Appenders and will
allow appenders to reconfigure without requiring a new stream.
|
RandomAccessFileAppender |
File Appender.
|
RandomAccessFileManager |
Extends OutputStreamManager but instead of using a buffered output stream,
this class uses a
ByteBuffer and a RandomAccessFile to do the
I/O. |
RollingFileAppender |
An appender that writes to files and can roll over at intervals.
|
RollingRandomAccessFileAppender |
An appender that writes to random access files and can roll over at
intervals.
|
SmtpAppender |
Send an e-mail when a specific logging event occurs, typically on errors or
fatal errors.
|
SmtpAppender.Builder | |
SocketAppender |
An Appender that delivers events over socket connections.
|
SyslogAppender |
The Syslog Appender.
|
TlsSyslogFrame |
Wrapper for messages that are formatted according to RFC 5425.
|
Enum | Description |
---|---|
ConsoleAppender.Target |
Enumeration of console destinations.
|
Exception | Description |
---|---|
AppenderLoggingException |
Thrown from an appender when a log event could not be written.
|
Copyright © 1999-2021 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.