@Singleton @Requires(classes=org.apache.logging.log4j.core.config.Configurator.class) @Internal public class Log4jLoggingSystem extends Object implements LoggingSystem
LoggingSystem
that works with Log4j.Constructor and Description |
---|
Log4jLoggingSystem() |
Modifier and Type | Method and Description |
---|---|
void |
setLogLevel(String name,
LogLevel level)
Set the log level for the logger found by name (or created if not found).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
refresh
public void setLogLevel(String name, LogLevel level)
LoggingSystem
setLogLevel
in interface LoggingSystem
name
- the logger namelevel
- the log level to set on the named logger