public interface Log4jConfiguratorMXBean
| Modifier and Type | Method and Description |
|---|---|
String[] |
getLoggers()
list of all the logger names and their levels
|
String |
getLogLevel(String logger)
Get the log level for a given logger
|
void |
setLogLevel(String logger,
String level)
Set the log level for a given logger
|
Copyright © 2007–2020 Ikasan. All rights reserved.