public static enum Config.LogLevel
Enum Constant and Description |
---|
ALL
Log all messages. Same as LogLevel.VERBOSE.
|
DEBUG
Log debug, info, warn & error messages.
|
ERROR
Log error messages.
|
INFO
Log info, warn & error messages.
|
NONE
Disable logging.
|
VERBOSE
Log all messages.
|
WARN
Log warn & error messages.
|
Modifier and Type | Method and Description |
---|---|
int |
getIntValue() |
public static Config.LogLevel ALL
Log all messages. Same as LogLevel.VERBOSE.
public static Config.LogLevel VERBOSE
Log all messages.
public static Config.LogLevel DEBUG
Log debug, info, warn & error messages.
public static Config.LogLevel INFO
Log info, warn & error messages.
public static Config.LogLevel WARN
Log warn & error messages.
public static Config.LogLevel ERROR
Log error messages.
public static Config.LogLevel NONE
Disable logging.