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