org.sonatype.gshell.logging.gossip
Class GossipLoggingSystem
java.lang.Object
org.sonatype.gshell.logging.gossip.GossipLoggingSystem
- All Implemented Interfaces:
- LoggingSystem
@Singleton
public class GossipLoggingSystem
- extends Object
- implements LoggingSystem
Gossip LoggingSystem component.
- Since:
- 2.5
- Author:
- Jason Dillon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GossipLoggingSystem
public GossipLoggingSystem()
getLevel
public Level getLevel(String name)
- Specified by:
getLevel in interface LoggingSystem
getLevels
public Collection<? extends Level> getLevels()
- Specified by:
getLevels in interface LoggingSystem
getLoggerNames
public Collection<String> getLoggerNames()
- Specified by:
getLoggerNames in interface LoggingSystem
getLogger
public Logger getLogger(String name)
- Specified by:
getLogger in interface LoggingSystem
getComponents
public Collection<? extends Component> getComponents()
- Specified by:
getComponents in interface LoggingSystem
Copyright © 2008-2011 Sonatype. All Rights Reserved.