public class LogConfigManager extends Object
| Constructor and Description | 
|---|
LogConfigManager()  | 
LogConfigManager(AtomicReference<TreeMap<String,LogLevel>> latestLogConfig)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,org.apache.logging.log4j.Level> | 
getLoggerLevels()  | 
void | 
processLogConfigChange(LogConfig logConfig)  | 
void | 
resetLogLevels()  | 
void | 
setLoggerLevel(org.apache.logging.log4j.core.LoggerContext logContext,
              String loggerName,
              String newLevelStr)  | 
public LogConfigManager()
public LogConfigManager(AtomicReference<TreeMap<String,LogLevel>> latestLogConfig)
public void processLogConfigChange(LogConfig logConfig)
public void resetLogLevels()
Copyright © 2019 The Apache Software Foundation. All rights reserved.