SLF4J API
Version 1.4.3

Package org.slf4j.impl

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

See:
          Description

Class Summary
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.
Log4jMDCAdapter  
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.
StaticMDCBinder This class is only a stub.
 

Package org.slf4j.impl Description

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



SLF4J API
Version 1.4.3

Copyright © 2005-2008 QOS.ch. All Rights Reserved.