org.sonatype.gossip
Class LoggerFactoryBinderImpl

java.lang.Object
  extended by org.sonatype.gossip.LoggerFactoryBinderImpl
All Implemented Interfaces:
org.slf4j.spi.LoggerFactoryBinder
Direct Known Subclasses:
StaticLoggerBinder

public class LoggerFactoryBinderImpl
extends java.lang.Object
implements org.slf4j.spi.LoggerFactoryBinder

Gossip logger factory binder for SLF4J.

Since:
1.0
Author:
Jason Dillon

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

Constructor Detail

LoggerFactoryBinderImpl

public LoggerFactoryBinderImpl()
Method Detail

getLoggerFactory

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

getLoggerFactoryClassStr

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


Copyright © 2008-2010 Sonatype. All Rights Reserved.