public interface IAgentLogManager
| Modifier and Type | Method and Description |
|---|---|
void |
addConsoleHandler() |
void |
configureLogger(AgentConfig agentConfig) |
java.lang.String |
getLogFilePath() |
java.lang.String |
getLogLevel() |
IAgentLogger |
getRootLogger() |
void |
setLogLevel(java.lang.String level) |
IAgentLogger getRootLogger()
java.lang.String getLogFilePath()
void configureLogger(AgentConfig agentConfig)
void addConsoleHandler()
void setLogLevel(java.lang.String level)
java.lang.String getLogLevel()