Uses of Interface org.apache.log4j.Appender

Uses in package org.apache.log4j.net

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.

Uses in package org.apache.log4j.nt

Classes implementing org.apache.log4j.Appender

class
Append to the NT event log system.

Uses in package org.apache.log4j.jdbc

Classes implementing org.apache.log4j.Appender

class
WARNING: This version of JDBCAppender is very likely to be completely replaced in the future.

Uses in package org.apache.log4j.spi

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
Get an appender by name.

Uses in package org.apache.log4j

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
Get an appender by name.
Appender
Category.getAppender(String name)
Look for the appender named as name.

Uses in package org.apache.log4j.helpers

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
Look for an attached appender named as name.

Uses in package org.apache.log4j.lf5

Classes implementing org.apache.log4j.Appender

class
LF5Appender logs events to a swing based logging console.

Uses in package org.apache.log4j.jmx

Constructors with parameter type org.apache.log4j.Appender

Methods with parameter type org.apache.log4j.Appender

void
void

Uses in package org.apache.log4j.performance

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.

Uses in package org.apache.log4j.xml

Methods with parameter type org.apache.log4j.Appender

void
DOMConfigurator.parseErrorHandler(Element element, Appender appender)
Used internally to parse an ErrorHandler element.
void
DOMConfigurator.parseFilters(Element element, Appender appender)
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
Used internally to parse appenders by IDREF element.
Appender
DOMConfigurator.parseAppender(Element appenderElement)
Used internally to parse an appender element.

Uses in package org.apache.log4j.varia

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.

Copyright 2000-2005 Apache Software Foundation.