| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
protected abstract void |
Logger.doLog(LogLevel level,
Object msg,
Object[] argArray,
Throwable throwable) |
boolean |
Logger.isEnabled(LogLevel level) |
void |
Logger.log(LogLevel level,
Object msg) |
void |
Logger.log(LogLevel level,
Object msg,
Throwable throwable) |
Copyright © 2026 JBoss by Red Hat. All Rights Reserved.