Log4j 1.2.13 | |
Frames | No Frames |
Classes derived from org.apache.log4j.AppenderSkeleton | |
class | A bogus appender which calls the format method of its layout object
but does not write the result anywhere. |
Classes derived from org.apache.log4j.AppenderSkeleton | |
class | WARNING: This version of JDBCAppender
is very likely to be completely replaced in the future. |
Classes derived from org.apache.log4j.AppenderSkeleton | |
class | LF5Appender logs events to a swing based logging
console. |
Classes derived from org.apache.log4j.AppenderSkeleton | |
class | This appender listens on a socket on the port specified by the
Port property for a "RollOver" message. |
class | A NullAppender merely exists, it never outputs a message to any
device. |
Classes derived from org.apache.log4j.AppenderSkeleton | |
class | Append to the NT event log system. |
Classes derived from org.apache.log4j.AppenderSkeleton | |
class | A simple appender that publishes events to a JMS Topic. |
class | Send an e-mail when a specific logging event occurs, typically on
errors or fatal errors. |
class | Sends LoggingEvent objects to a remote a log server,
usually a SocketNode . |
class | Sends LoggingEvent objects to a set of remote log servers,
usually a SocketNodes . |
class | Use SyslogAppender to send log messages to a remote syslog daemon. |
class | The TelnetAppender is a log4j appender that specializes in
writing to a read-only socket. |
Classes derived from org.apache.log4j.AppenderSkeleton | |
class | The AsyncAppender lets users log events asynchronously. |
class | ConsoleAppender appends log events to System.out or
System.err using a layout specified by the user. |
class | DailyRollingFileAppender extends FileAppender so that the
underlying file is rolled over at a user chosen frequency. |
class | FileAppender appends log events to a file. |
class | RollingFileAppender extends FileAppender to backup the log files when
they reach a certain size. |
class | WriterAppender appends log events to a Writer or an
OutputStream depending on the user's choice. |