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 LoggingSystem
public Collection<? extends Level> getLevels()
getLevels
in interface LoggingSystem
public Logger getLogger(String name)
getLogger
in interface LoggingSystem
public Collection<String> getLoggerNames()
getLoggerNames
in interface LoggingSystem
public Collection<? extends Component> getComponents()
getComponents
in interface LoggingSystem
Copyright © 2008-2012 Sonatype. All Rights Reserved.