org.sonatype.gossip
Class LoggerDelegateFactory

java.lang.Object
  extended by org.sonatype.gossip.LoggerDelegateFactory

public final class LoggerDelegateFactory
extends Object

Creates Logger delegates.

Since:
1.6
Author:
Jason Dillon

Nested Class Summary
static interface LoggerDelegateFactory.LoggerDelegateAware
           
 
Constructor Summary
LoggerDelegateFactory()
           
 
Method Summary
static org.slf4j.Logger create(org.slf4j.Logger target)
          Returns Logger instances delegating to the given logger.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerDelegateFactory

public LoggerDelegateFactory()
Method Detail

create

public static org.slf4j.Logger create(org.slf4j.Logger target)
Returns Logger instances delegating to the given logger. Returned instances also implement LoggerDelegateFactory.LoggerDelegateAware to allow inspection/replacement of the delegate logger.



Copyright © 2008-2012 Sonatype. All Rights Reserved.