SLF4J API
Version 1.4.3

org.slf4j.impl
Class StaticLoggerBinder

java.lang.Object
  extended by org.slf4j.impl.StaticLoggerBinder

public class StaticLoggerBinder
extends Object

The binding of LoggerFactory class with an actual instance of ILoggerFactory is performed using information returned by this class. This class is meant to provide a dummy StaticLoggerBinder to the slf4j-api module. Real implementations are found in each SLF4J binding project, e.g. slf4j-nop, slf4j-log4j12 etc.

Author:
Ceki Gülcü

Field Summary
static StaticLoggerBinder SINGLETON
          The unique instance of this class.
 
Method Summary
 ILoggerFactory getLoggerFactory()
           
 String getLoggerFactoryClassStr()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLETON

public static final StaticLoggerBinder SINGLETON
The unique instance of this class.

Method Detail

getLoggerFactory

public ILoggerFactory getLoggerFactory()

getLoggerFactoryClassStr

public String getLoggerFactoryClassStr()

SLF4J API
Version 1.4.3

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