SLF4J 1.0

Uses of Interface
org.slf4j.spi.LoggerFactoryBinder

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

Uses of LoggerFactoryBinder in org.slf4j.impl
 

Classes in org.slf4j.impl that implement LoggerFactoryBinder
 class StaticLoggerBinder
          The binding of LoggerFactory class with an actual instance of ILoggerFactory is performed using information returned by this class.
 class SystemPropBinder
          Allows for dynamic binding as specified by information contained in the SystemPropBinder.LOGGER_FACTORY_PROPERTY java system property.
 


Copyright 2004-2006 SLF4J.ORG, QOS.ch