Uses of Interface
org.apache.log4j.spi.OptionHandler
-
Packages that use OptionHandler Package Description org.apache.log4j The main log4j package.org.apache.log4j.helpers This package is used internally.org.apache.log4j.jdbc The JDBCAppender provides for sending log events to a database.org.apache.log4j.lf5 org.apache.log4j.net Package for remote logging.org.apache.log4j.nt Package for NT event logging.org.apache.log4j.spi Contains part of the System Programming Interface (SPI) needed to extend log4j.org.apache.log4j.varia Contains various appenders, filters and other odds and ends.org.apache.log4j.xml XML based components. -
-
Uses of OptionHandler in org.apache.log4j
Classes in org.apache.log4j that implement OptionHandler Modifier and Type Class Description classAppenderSkeletonAbstract superclass of the other appenders in the package.classAsyncAppenderThe AsyncAppender lets users log events asynchronously.classConsoleAppenderConsoleAppender appends log events toSystem.outorSystem.errusing a layout specified by the user.classDailyRollingFileAppenderDailyRollingFileAppender extendsFileAppenderso that the underlying file is rolled over at a user chosen frequency.classEnhancedPatternLayoutThis class is an enhanced version of org.apache.log4j.PatternLayout which was originally developed as part of the abandoned log4j 1.3 effort and has been available in the extras companion.classFileAppenderFileAppender appends log events to a file.classHTMLLayoutThis layout outputs events in a HTML table.classLayoutExtend this abstract class to create your own log layout format.classPatternLayoutA flexible layout configurable with pattern string.classRollingFileAppenderRollingFileAppender extends FileAppender to backup the log files when they reach a certain size.classSimpleLayoutSimpleLayout consists of the level of the log statement, followed by " - " and then the log message itself.classTTCCLayoutTTCC layout format consists of time, thread, category and nested diagnostic context information, hence the name.classWriterAppenderWriterAppender appends log events to aWriteror anOutputStreamdepending on the user's choice. -
Uses of OptionHandler in org.apache.log4j.helpers
Classes in org.apache.log4j.helpers that implement OptionHandler Modifier and Type Class Description classDateLayoutThis abstract layout takes care of all the date related options and formatting work.classOnlyOnceErrorHandlerTheOnlyOnceErrorHandlerimplements log4j's default error handling policy which consists of emitting a message for the first error in an appender and ignoring all following errors. -
Uses of OptionHandler in org.apache.log4j.jdbc
Classes in org.apache.log4j.jdbc that implement OptionHandler Modifier and Type Class Description classJDBCAppenderThe JDBCAppender provides for sending log events to a database. -
Uses of OptionHandler in org.apache.log4j.lf5
Classes in org.apache.log4j.lf5 that implement OptionHandler Modifier and Type Class Description classLF5AppenderLF5Appenderlogs events to a swing based logging console. -
Uses of OptionHandler in org.apache.log4j.net
Classes in org.apache.log4j.net that implement OptionHandler Modifier and Type Class Description classJMSAppenderA simple appender that publishes events to a JMS Topic.classSMTPAppenderSend an e-mail when a specific logging event occurs, typically on errors or fatal errors.classSocketAppenderSendsLoggingEventobjects to a remote a log server, usually aSocketNode.classSocketHubAppenderSendsLoggingEventobjects to a set of remote log servers, usually aSocketNodes.classSyslogAppenderUse SyslogAppender to send log messages to a remote syslog daemon.classTelnetAppenderThe TelnetAppender is a log4j appender that specializes in writing to a read-only socket. -
Uses of OptionHandler in org.apache.log4j.nt
Classes in org.apache.log4j.nt that implement OptionHandler Modifier and Type Class Description classNTEventLogAppenderAppend to the NT event log system. -
Uses of OptionHandler in org.apache.log4j.spi
Subinterfaces of OptionHandler in org.apache.log4j.spi Modifier and Type Interface Description interfaceErrorHandlerAppenders may delegate their error handling toErrorHandlers.Classes in org.apache.log4j.spi that implement OptionHandler Modifier and Type Class Description classFilterUsers should extend this class to implement customized logging event filtering. -
Uses of OptionHandler in org.apache.log4j.varia
Classes in org.apache.log4j.varia that implement OptionHandler Modifier and Type Class Description classDenyAllFilterThis filter drops all logging events.classExternallyRolledFileAppenderThis appender listens on a socket on the port specified by the Port property for a "RollOver" message.classFallbackErrorHandlerTheFallbackErrorHandlerimplements the ErrorHandler interface such that a secondary appender may be specified.classLevelMatchFilterThis is a very simple filter based on level matching.classLevelRangeFilterThis is a very simple filter based on level matching, which can be used to reject messages with priorities outside a certain range.classNullAppenderA NullAppender merely exists, it never outputs a message to any device.classStringMatchFilterThis is a very simple filter based on string matching. -
Uses of OptionHandler in org.apache.log4j.xml
Classes in org.apache.log4j.xml that implement OptionHandler Modifier and Type Class Description classXMLLayoutThe output of the XMLLayout consists of a series of log4j:event elements as defined in the log4j.dtd.
-