org.sonatype.gossip
Class Gossip

java.lang.Object
  extended by org.sonatype.gossip.Gossip
All Implemented Interfaces:
org.slf4j.ILoggerFactory

public final class Gossip
extends Object
implements org.slf4j.ILoggerFactory

Factory to produce Gossip Logger instances.

Since:
1.0
Author:
Jason Dillon

Nested Class Summary
 class Gossip.LoggerImpl
           
 
Method Summary
 EffectiveProfile getEffectiveProfile()
           
static Gossip getInstance()
           
 Gossip.LoggerImpl getLogger(String name)
           
 Collection<String> getLoggerNames()
           
 Gossip.LoggerImpl getRoot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Gossip getInstance()

getRoot

public Gossip.LoggerImpl getRoot()

getEffectiveProfile

public EffectiveProfile getEffectiveProfile()

getLogger

public Gossip.LoggerImpl getLogger(String name)
Specified by:
getLogger in interface org.slf4j.ILoggerFactory

getLoggerNames

public Collection<String> getLoggerNames()
Since:
1.4


Copyright © 2008-2011 Sonatype. All Rights Reserved.