| Package | Description |
|---|---|
| org.oddjob.arooa.logging |
Provide additional Log agnostic functionality such as appenders.
|
| Modifier and Type | Method and Description |
|---|---|
LogLevel |
LoggingEvent.getLevel()
Get the log level.
|
LogLevel |
LoggingEvent.getLevel()
Get the log level.
|
static LogLevel |
LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
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.
|
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 |
|---|---|
boolean |
LogLevel.isLessThan(LogLevel other) |
boolean |
LogLevel.isLessThan(LogLevel other) |
AppenderAdapter |
AppenderAdapter.setLevel(LogLevel level)
Set the log level at the point this adapter has been created.
|
AppenderAdapter |
AppenderAdapter.setLevel(LogLevel level)
Set the log level at the point this adapter has been created.
|
Copyright © 2023. All rights reserved.