| Package | Description |
|---|---|
| org.rapidoid.util |
| Modifier and Type | Field and Description |
|---|---|
static LogLevel |
U.DEBUG |
static LogLevel |
U.ERROR |
static LogLevel |
U.INFO |
protected static LogLevel |
U.LOG_LEVEL |
static LogLevel |
U.SEVERE |
static LogLevel |
U.TRACE |
static LogLevel |
U.WARN |
| Modifier and Type | Method and Description |
|---|---|
static LogLevel |
U.getLogLevel() |
static LogLevel |
LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogLevel[] |
LogLevel.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 |
U.setLogLevel(LogLevel logLevel) |
Copyright © 2014 Nikolche Mihajlovski. All rights reserved.