SLF4J 1.0

Package org.slf4j.impl

Implementations of core logging interfaces defined in the org.slf4j package.

See:
          Description

Class Summary
BasicMarker An almost trivial implementation of the Marker interface.
BasicMarkerFactory An almost trivial implementation of the IMarkerFactory interface which creates BasicMarker instances.
JCLLoggerAdapter A wrapper over org.apache.commons.logging.Log in conformance with the Logger interface.
JCLLoggerFactory JCLLoggerFactory is an implementation of ILoggerFactory returning the appropriately named JCLLoggerAdapter instance.
JDK14LoggerAdapter A wrapper over java.util.logging.Logger in conformity with the Logger interface.
JDK14LoggerFactory JDK14LoggerFactory is an implementation of ILoggerFactory returning the appropriately named JDK14LoggerAdapter instance.
Log4jLoggerAdapter A wrapper over org.apache.log4j.Logger in conformance with the Logger interface.
Log4jLoggerFactory Log4jLoggerFactory is an implementation of ILoggerFactory returning the appropriate named Log4jLoggerAdapter instance.
MarkerIgnoringBase This class serves as base for adapters or native implementations of logging systems lacking Marker support.
MessageFormatter Formats messages according to very simple substitution rules.
NOPLogger A direct NOP (no operation) implementation of Logger.
NOPLoggerFactory NOPLoggerFactory is an trivial implementation of ILoggerFactory which always returns the unique instance of NOPLogger.
SimpleLogger A simple (and direct) implementation that logs messages of level INFO or higher on the console (System.err).
SimpleLoggerFactory An implementation of ILoggerFactory which always returns SimpleLogger instances.
StaticLoggerBinder The binding of LoggerFactory class with an actual instance of ILoggerFactory is performed using information returned by this class.
StaticMarkerBinder The binding of MarkerFactory class with an actual instance of IMarkerFactory is performed using information returned by this class.
SystemPropBinder Allows for dynamic binding as specified by information contained in the SystemPropBinder.LOGGER_FACTORY_PROPERTY java system property.
Util An internal utility class.
 

Package org.slf4j.impl Description

Implementations of core logging interfaces defined in the org.slf4j package.



Copyright 2004-2006 SLF4J.ORG, QOS.ch