SLF4J 1.0

Uses of Package
org.slf4j.impl

Packages that use org.slf4j.impl
org.slf4j.impl Implementations of core logging interfaces defined in the org.slf4j package. 
 

Classes in org.slf4j.impl used by org.slf4j.impl
MarkerIgnoringBase
          This class serves as base for adapters or native implementations of logging systems lacking Marker support.
NOPLogger
          A direct NOP (no operation) implementation of Logger.
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.
 


Copyright 2004-2006 SLF4J.ORG, QOS.ch