SLF4J NOP Binding 1.7.2-redhat-1

org.slf4j.impl
Class StaticMarkerBinder

java.lang.Object
  extended by org.slf4j.impl.StaticMarkerBinder
All Implemented Interfaces:
MarkerFactoryBinder

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.

Author:
Ceki Gülcü

Field Summary
static StaticMarkerBinder SINGLETON
          The unique instance of this class.
 
Method Summary
 IMarkerFactory getMarkerFactory()
          Currently this method always returns an instance of BasicMarkerFactory.
 String getMarkerFactoryClassStr()
          Currently, this method returns the class name of BasicMarkerFactory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.

Specified by:
getMarkerFactory in interface MarkerFactoryBinder

getMarkerFactoryClassStr

public String getMarkerFactoryClassStr()
Currently, this method returns the class name of BasicMarkerFactory.

Specified by:
getMarkerFactoryClassStr in interface MarkerFactoryBinder

SLF4J NOP Binding 1.7.2-redhat-1

Copyright © 2005-2013 JBoss by Red Hat. All Rights Reserved.