| Package | Description |
|---|---|
| org.apache.cxf.management.web.logging |
CXF specific logging support.
|
| Modifier and Type | Method and Description |
|---|---|
static LogLevel |
LogLevel.fromJUL(Level level)
Creates this enum from JUL
Level. |
LogLevel |
LogRecord.getLevel() |
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 |
|---|---|
void |
LogRecord.setLevel(LogLevel level) |
static Level |
LogLevel.toJUL(LogLevel level)
Creates this JUL
Level from this enum. |
Apache CXF