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<T extends Serializable> Appends log events as bytes to a byte output stream.
AsyncAppender<T extends Serializable> Appends to one or more Appenders asynchronously.
ConsoleAppender<T extends Serializable> ConsoleAppender appends log events to System.out or System.err using a layout specified by the user.
DefaultErrorHandler  
FailoverAppender<T extends Serializable> The FailoverAppender will capture exceptions in an Appender and then route the event to a different appender.
FailoversPlugin The array of failover Appenders.
FastFileAppender<T extends Serializable> 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<T extends Serializable> An appender that writes to random access files and can roll over at intervals.
FileAppender<T extends Serializable> File Appender.
FileManager Manages actual File I/O for File Appenders.
JMSQueueAppender<T extends Serializable> Appender to write to a JMS Queue.
JMSTopicAppender<T extends Serializable> 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<T extends Serializable> An appender that writes to files and can roll over at intervals.
SMTPAppender<T extends Serializable> Send an e-mail when a specific logging event occurs, typically on errors or fatal errors.
SocketAppender<T extends Serializable> An Appender that delivers events over socket connections.
SyslogAppender<T extends Serializable> 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.