org.sonatype.gshell.logging.logback
Class LogbackLoggingSystem

java.lang.Object
  extended by org.sonatype.gshell.logging.logback.LogbackLoggingSystem
All Implemented Interfaces:
LoggingSystem

@Singleton
public class LogbackLoggingSystem
extends Object
implements LoggingSystem

LOGBack LoggingSystem component.

Since:
2.6.4
Author:
Jason Dillon

Constructor Summary
LogbackLoggingSystem()
           
 
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

LogbackLoggingSystem

public LogbackLoggingSystem()
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.