Package | Description |
---|---|
application |
Modifier and Type | Field and Description |
---|---|
private static LoggerLevel |
Logger.level |
Modifier and Type | Method and Description |
---|---|
static LoggerLevel |
LoggerLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggerLevel[] |
LoggerLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
Logger.init(LoggerLevel level)
Logger initialization
|
static void |
Logger.log(LoggerLevel level,
LoggerGroup group,
String text)
Write to logger
|
private static void |
Logger.writeToConsole(LoggerLevel level,
LoggerGroup group,
String text)
Write to console
|
private static void |
Logger.writeToLogFile(LoggerLevel level,
LoggerGroup group,
String text)
Write to log file
|