org.slf4j.impl

Class StaticMarkerBinder

public class StaticMarkerBinder extends Object implements MarkerFactoryBinder

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

Author: Ceki Gülcü

Field Summary
static StaticMarkerBinderSINGLETON
The unique instance of this class.
Method Summary
IMarkerFactorygetMarkerFactory()
Currently this method always returns an instance of BasicMarkerFactory.
StringgetMarkerFactoryClassStr()
Currently, this method returns the class name of BasicMarkerFactory.

Field Detail

SINGLETON

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

Method Detail

getMarkerFactory

public IMarkerFactory getMarkerFactory()
Currently this method always returns an instance of BasicMarkerFactory.

getMarkerFactoryClassStr

public String getMarkerFactoryClassStr()
Currently, this method returns the class name of BasicMarkerFactory.
Copyright © 2005-2010 QOS.ch. All Rights Reserved.