public class AgentLogManager
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
addConsoleHandler() |
static void |
configureLogger(AgentConfig agentConfig) |
static java.lang.String |
getLogFilePath() |
static IAgentLogger |
getLogger() |
static java.lang.String |
getLogLevel() |
static void |
setLogLevel(java.lang.String level) |
public static IAgentLogger getLogger()
public static java.lang.String getLogFilePath()
public static void configureLogger(AgentConfig agentConfig)
public static void addConsoleHandler()
public static void setLogLevel(java.lang.String level)
public static java.lang.String getLogLevel()