public class NopLoggingSystem extends Object implements LoggingSystem
| Constructor and Description |
|---|
NopLoggingSystem() |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends Component> |
getComponents() |
Level |
getLevel(String name) |
Collection<? extends Level> |
getLevels() |
Logger |
getLogger(String name) |
Collection<String> |
getLoggerNames() |
public Level getLevel(String name)
getLevel in interface LoggingSystempublic Collection<? extends Level> getLevels()
getLevels in interface LoggingSystempublic Logger getLogger(String name)
getLogger in interface LoggingSystempublic Collection<String> getLoggerNames()
getLoggerNames in interface LoggingSystempublic Collection<? extends Component> getComponents()
getComponents in interface LoggingSystemCopyright © 2008-2012 Sonatype. All Rights Reserved.