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

Log4j 2.0 Appenders.

See:
          Description

Interface Summary
ManagerFactory<F,T> Create a Manager.
 

Class Summary
AbstractManager Base class used to register managers.
AppenderBase Base class for Appenders.
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.
FileAppender File Appender.
FileManager Class that handles actual File I/O for File Appenders.
JMSQueueAppender Appender to write to a JMS Queue.
JMSTopicAppender Appender to write to a JMS Topic.
OutputStreamAppender Writes the byte output stream.
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 andd can roll over at intervals.
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-2012 Apache Software Foundation. All Rights Reserved.