Package org.apache.logging.log4j.core.appender

Log4j 2.0 Appenders.

See:
          Description

Interface Summary
ManagerFactory<M,T> Creates Manager objects.
 

Class Summary
AbstractAppender<T extends Serializable> Abstract base class for Appenders.
AbstractManager Abstract base class used to register managers.
AbstractOutputStreamAppender Appends log events as bytes to a byte output stream.
AsynchAppender<T extends Serializable> 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.
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.
FastFileAppender File Appender.
FastFileManager Extends OutputStreamManager but instead of using a buffered output stream, this class uses a ByteBuffer and a RandomAccessFile to do the I/O.
FastRollingFileAppender An appender that writes to random access files and can roll over at intervals.
FileAppender File Appender.
FileManager Manages actual File I/O for File Appenders.
JMSQueueAppender Appender to write to a JMS Queue.
JMSTopicAppender Appender to write to a JMS Topic.
OutputStreamManager Manage an OutputStream so that it can be shared by multiple Appenders and will allow appenders to reconfigure without requiring a new stream.
RollingFileAppender An appender that writes to files and can roll over at intervals.
SMTPAppender Send an e-mail when a specific logging event occurs, typically on errors or fatal errors.
SocketAppender An Appender that delivers events over socket connections.
SyslogAppender The Syslog Appender.
 

Enum Summary
CompressionType An enumeration of the valid compression types.
ConsoleAppender.Target Enumeration of console destinations.
 

Exception Summary
AppenderRuntimeException  
 

Package org.apache.logging.log4j.core.appender Description

Log4j 2.0 Appenders.



Copyright © 1999-2013 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.