Log4j 1.2.13 | |
Frames | No Frames |
Classes implementing org.apache.log4j.Appender | |
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.Appender | |
class | Append to the NT event log system. |
Classes implementing org.apache.log4j.Appender | |
class | WARNING: This version of JDBCAppender
is very likely to be completely replaced in the future. |
Methods with parameter type org.apache.log4j.Appender | |
void | Add an appender. |
void | |
void | |
boolean | Returns true if the specified appender is in list of
attached attached, false otherwise. |
void | Remove the appender passed as parameter from the list of appenders. |
void | |
void | Set the appender for which errors are handled. |
void | Set the appender to falkback upon in case of failure. |
Methods with return type org.apache.log4j.Appender | |
Appender | AppenderAttachable.getAppender(String name) Get an appender by name. |
Classes implementing org.apache.log4j.Appender | |
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 | 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. |
Methods with parameter type org.apache.log4j.Appender | |
void | Add an appender. |
void | Add newAppender to the list of appenders of this
Category instance. |
void | Add appender to the root category. |
void | |
boolean | Is the appender passed as parameter attached to this category?
|
boolean | Is the appender passed as parameter attached to this category?
|
void | Remove the appender passed as parameter from the list of appenders. |
void | Remove the appender passed as parameter form the list of appenders. |
Methods with return type org.apache.log4j.Appender | |
Appender | AsyncAppender.getAppender(String name) Get an appender by name. |
Appender | Category.getAppender(String name) Look for the appender named as name . |
Methods with parameter type org.apache.log4j.Appender | |
void | Attach an appender. |
boolean | Returns true if the specified appender is in the
list of attached appenders, false otherwise. |
void | Remove the appender passed as parameter form the list of attached
appenders. |
void | Does not do anything. |
void | Does not do anything. |
Methods with return type org.apache.log4j.Appender | |
Appender | AppenderAttachableImpl.getAppender(String name) Look for an attached appender named as name . |
Classes implementing org.apache.log4j.Appender | |
class | LF5Appender logs events to a swing based logging
console. |
Constructors with parameter type org.apache.log4j.Appender | |
Methods with parameter type org.apache.log4j.Appender | |
void | |
void |
Classes implementing org.apache.log4j.Appender | |
class | A bogus appender which calls the format method of its layout object
but does not write the result anywhere. |
Methods with parameter type org.apache.log4j.Appender | |
void | Used internally to parse an ErrorHandler element. |
void | Used internally to parse a filter element. |
Methods with return type org.apache.log4j.Appender | |
Appender | DOMConfigurator.findAppenderByName(Document doc, String appenderName) Used internally to parse appenders by IDREF name. |
Appender | DOMConfigurator.findAppenderByReference(Element appenderRef) Used internally to parse appenders by IDREF element. |
Appender | DOMConfigurator.parseAppender(Element appenderElement) Used internally to parse an appender element. |
Classes implementing org.apache.log4j.Appender | |
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. |
Methods with parameter type org.apache.log4j.Appender | |
void | The appender to which this error handler is attached. |
void | Set the backup appender. |