Package | Description |
---|---|
info.aduna.logging | |
info.aduna.logging.base |
Modifier and Type | Method and Description |
---|---|
LogLevel |
LogRecord.getLevel() |
LogLevel |
LogReader.getLevel()
Level of the log records returned by this log reader.
|
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 |
LogReader.setLevel(LogLevel level)
Level of the log records returned by this log reader.
|
Modifier and Type | Method and Description |
---|---|
LogLevel |
LogRecordBase.getLevel() |
LogLevel |
LogReaderBase.getLevel() |
Modifier and Type | Method and Description |
---|---|
void |
LogRecordBase.setLevel(LogLevel level) |
void |
LogReaderBase.setLevel(LogLevel level) |
Copyright © 2001-2016 Aduna. All Rights Reserved.