org.sonatype.gshell.logging.gossip
Class GossipLoggingSystem

java.lang.Object
  extended by 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

Constructor Summary
GossipLoggingSystem()
           
 
Method Summary
 Collection<? extends Component> getComponents()
           
 Level getLevel(String name)
           
 Collection<? extends Level> getLevels()
           
 Logger getLogger(String name)
           
 Collection<String> getLoggerNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GossipLoggingSystem

public GossipLoggingSystem()
Method Detail

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.