public interface ILoggersManager
| Modifier and Type | Field and Description |
|---|---|
static String |
LEVEL_DEBUG |
| Modifier and Type | Method and Description |
|---|---|
Properties |
getConfiguration()
Get current configuration.
|
List<LoggerConfig> |
getLoggers() |
void |
setConfiguration(Properties configuration) |
void |
update(LoggerConfig logger2Change) |
static final String LEVEL_DEBUG
Properties getConfiguration()
List<LoggerConfig> getLoggers()
void setConfiguration(Properties configuration)
void update(LoggerConfig logger2Change)
Copyright © 2010–2016. All rights reserved.