Package | Description |
---|---|
application |
Modifier and Type | Method and Description |
---|---|
static LoggerGroup |
LoggerGroup.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggerGroup[] |
LoggerGroup.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.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
|