org.slf4j.helpers

Class SubstituteLoggerFactory

public class SubstituteLoggerFactory extends Object implements ILoggerFactory

SubstituteLoggerFactory is an trivial implementation of ILoggerFactory which always returns the unique instance of NOPLogger.

It used as a temporary substitute for the real ILoggerFactory during its auto-configuration which may re-enter LoggerFactory to obtain logger instances. See also http://bugzilla.slf4j.org/show_bug.cgi?id=106

Author: Ceki Gülcü

Method Summary
LoggergetLogger(String name)
ListgetLoggerNameList()

Method Detail

getLogger

public Logger getLogger(String name)

getLoggerNameList

public List getLoggerNameList()
Copyright © 2005-2009 QOS.ch. All Rights Reserved.