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 java.lang.Object
implements org.slf4j.ILoggerFactory

Factory to produce Gossip Logger instances.

Since:
1.0
Author:
Jason Dillon

Nested Class Summary
static class Gossip.Level
          Gossip logging level.
 class Gossip.Logger
          Gossip logger.
 
Method Summary
 EffectiveProfile getEffectiveProfile()
           
static Gossip getInstance()
           
 Gossip.Logger getLogger(java.lang.String name)
           
 java.util.Collection<java.lang.String> getLoggerNames()
           
 Gossip.Logger 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.Logger getRoot()

getEffectiveProfile

public EffectiveProfile getEffectiveProfile()

getLogger

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

getLoggerNames

public java.util.Collection<java.lang.String> getLoggerNames()
Since:
1.4


Copyright © 2008-2010 Sonatype. All Rights Reserved.