org.slf4j.impl
Class StaticLoggerBinder

java.lang.Object
  extended by org.slf4j.impl.StaticLoggerBinder
All Implemented Interfaces:
org.slf4j.spi.LoggerFactoryBinder

public class StaticLoggerBinder
extends Object
implements org.slf4j.spi.LoggerFactoryBinder

Bridge mule slf4j logs into SPA-PI logging mechanism. This class is the main entry point. It will automatically be loaded by slf4j.

See Also:
http://www.slf4j.org/codes.html#StaticLoggerBinder

Method Summary
 org.slf4j.ILoggerFactory getLoggerFactory()
           
 String getLoggerFactoryClassStr()
           
static StaticLoggerBinder getSingleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSingleton

public static StaticLoggerBinder getSingleton()

getLoggerFactory

public final org.slf4j.ILoggerFactory getLoggerFactory()
Specified by:
getLoggerFactory in interface org.slf4j.spi.LoggerFactoryBinder

getLoggerFactoryClassStr

public final String getLoggerFactoryClassStr()
Specified by:
getLoggerFactoryClassStr in interface org.slf4j.spi.LoggerFactoryBinder


Copyright © 2012. All Rights Reserved.