org.sonatype.gossip
Class Gossip
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.