Library:Apache Log4J
Version:1.2.13
Compatibility:JDK 1.4
Interfaces in library Apache Log4J.
NamePackageDescription
Appenderorg.apache.log4jImplement this interface for your own strategies for outputting log statements.
AppenderAttachableorg.apache.log4j.spiInterface for attaching appenders to objects.
Configuratororg.apache.log4j.spiImplemented by classes capable of configuring log4j using a URL.
ErrorCodeorg.apache.log4j.spiThis interface defines commonly encoutered error codes.
ErrorHandlerorg.apache.log4j.spiAppenders may delegate their error handling to ErrorHandlers.
HierarchyEventListenerorg.apache.log4j.spiListen to events occuring within a Hierarchy .
LoggerFactoryorg.apache.log4j.spiImplement this interface to create new instances of Logger or a sub-class of Logger.
LoggerRepositoryorg.apache.log4j.spiA LoggerRepository is used to create and retrieve Loggers.
LogRecordFilterorg.apache.log4j.lf5An interface for classes which filters LogRecords.
ObjectRendererorg.apache.log4j.orImplement this interface in order to render objects as strings.
OptionHandlerorg.apache.log4j.spiA string based interface to configure package components.
PropertyGetter.PropertyCallbackorg.apache.log4j.configNo description provided.
RendererSupportorg.apache.log4j.spiNo description provided.
RepositorySelectororg.apache.log4j.spiThe LogManager uses one (and only one) RepositorySelector implementation to select the LoggerRepository for a particular application context.
TriggeringEventEvaluatororg.apache.log4j.spiImplementions of this interface allow certain appenders to decide when to perform an appender specific action.
Search