Uses of Class
org.apache.log4j.AppenderSkeleton
Packages that use AppenderSkeleton
Package
Description
The main log4j package.
Package for remote logging.
Contains various appenders, filters and other odds and ends.
-
Uses of AppenderSkeleton in org.apache.log4j
Subclasses of AppenderSkeleton in org.apache.log4jModifier and TypeClassDescriptionclassThe AsyncAppender lets users log events asynchronously.classConsoleAppender appends log events toSystem.outorSystem.errusing a layout specified by the user.classDailyRollingFileAppender extendsFileAppenderso that the underlying file is rolled over at a user chosen frequency.classFileAppender appends log events to a file.classRollingFileAppender extends FileAppender to backup the log files when they reach a certain size.classWriterAppender appends log events to aWriteror anOutputStreamdepending on the user's choice. -
Uses of AppenderSkeleton in org.apache.log4j.jdbc
Subclasses of AppenderSkeleton in org.apache.log4j.jdbcModifier and TypeClassDescriptionclassThe JDBCAppender provides for sending log events to a database. -
Uses of AppenderSkeleton in org.apache.log4j.net
Subclasses of AppenderSkeleton in org.apache.log4j.netModifier and TypeClassDescriptionclassA simple appender that publishes events to a JMS Topic.classSend an e-mail when a specific logging event occurs, typically on errors or fatal errors.classSendsLoggingEventobjects to a remote a log server, usually aSocketNode.classSendsLoggingEventobjects to a set of remote log servers, usually aSocketNodes.classUse SyslogAppender to send log messages to a remote syslog daemon.classThe TelnetAppender is a log4j appender that specializes in writing to a read-only socket. -
Uses of AppenderSkeleton in org.apache.log4j.rewrite
Subclasses of AppenderSkeleton in org.apache.log4j.rewriteModifier and TypeClassDescriptionclassThis appender forwards a logging request to another appender after possibly rewriting the logging event. -
Uses of AppenderSkeleton in org.apache.log4j.varia
Subclasses of AppenderSkeleton in org.apache.log4j.variaModifier and TypeClassDescriptionclassThis appender listens on a socket on the port specified by the Port property for a "RollOver" message.classA NullAppender merely exists, it never outputs a message to any device.