org.slf4j.impl
Class StaticMarkerBinder

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

public class StaticMarkerBinder
extends Object
implements org.slf4j.spi.MarkerFactoryBinder

This implementation is bound to BasicMarkerFactory.

Version:
$Revision: 2784 $
Author:
Dimitris Andreadis

Field Summary
static StaticMarkerBinder SINGLETON
           
 
Method Summary
 org.slf4j.IMarkerFactory getMarkerFactory()
           
 String getMarkerFactoryClassStr()
           
 
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
Method Detail

getMarkerFactory

public org.slf4j.IMarkerFactory getMarkerFactory()
Specified by:
getMarkerFactory in interface org.slf4j.spi.MarkerFactoryBinder

getMarkerFactoryClassStr

public String getMarkerFactoryClassStr()
Specified by:
getMarkerFactoryClassStr in interface org.slf4j.spi.MarkerFactoryBinder


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.