Log4j 1.2.13 | |
Frames | No Frames |
Classes implementing org.apache.log4j.spi.OptionHandler | |
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 implementing org.apache.log4j.spi.OptionHandler | |
class | Append to the NT event log system. |
Classes implementing org.apache.log4j.spi.OptionHandler | |
class | WARNING: This version of JDBCAppender
is very likely to be completely replaced in the future. |
Classes implementing org.apache.log4j.spi.OptionHandler | |
class | Users should extend this class to implement customized logging
event filtering. |
Classes implementing org.apache.log4j.spi.OptionHandler | |
class | Abstract superclass of the other appenders in the package. |
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 | This layout outputs events in a HTML table. |
class | Extend this abstract class to create your own log layout format. |
class | A flexible layout configurable with pattern string. |
class | RollingFileAppender extends FileAppender to backup the log files when
they reach a certain size. |
class | SimpleLayout consists of the level of the log statement,
followed by " - " and then the log message itself. |
class | TTCC layout format consists of time, thread, category and nested
diagnostic context information, hence the name. |
class | WriterAppender appends log events to a Writer or an
OutputStream depending on the user's choice. |
Classes implementing org.apache.log4j.spi.OptionHandler | |
class | This abstract layout takes care of all the date related options and
formatting work. |
class | The OnlyOnceErrorHandler implements log4j's default
error handling policy which consists of emitting a message for the
first error in an appender and ignoring all following errors. |
Classes implementing org.apache.log4j.spi.OptionHandler | |
class | LF5Appender logs events to a swing based logging
console. |
Classes implementing org.apache.log4j.spi.OptionHandler | |
class | A bogus appender which calls the format method of its layout object
but does not write the result anywhere. |
Classes implementing org.apache.log4j.spi.OptionHandler | |
class | The output of the XMLLayout consists of a series of log4j:event
elements as defined in the log4j.dtd. |
Classes implementing org.apache.log4j.spi.OptionHandler | |
class | This filter drops all logging events. |
class | This appender listens on a socket on the port specified by the
Port property for a "RollOver" message. |
class |
The FallbackErrorHandler implements the ErrorHandler
interface such that a secondary appender may be specified. |
class | This is a very simple filter based on level matching. |
class | This is a very simple filter based on level matching, which can be
used to reject messages with priorities outside a certain range. |
class | A NullAppender merely exists, it never outputs a message to any
device. |
class | This is a very simple filter based on string matching. |