Package | Description |
---|---|
javolution.context |
Run-time
contexts to facilitate
separation of concerns and achieve higher level of performance and flexibility. |
Modifier and Type | Field and Description |
---|---|
static Configurable<LogContext.Level> |
LogContext.LEVEL
Holds the default logging level (
DEBUG ). |
Modifier and Type | Method and Description |
---|---|
static LogContext.Level |
LogContext.Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogContext.Level[] |
LogContext.Level.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 |
LogContext.log(LogContext.Level level,
Object... message)
Logs the specified message at the specified level.
|
abstract void |
LogContext.setLevel(LogContext.Level level)
Set the logging level, messages below that level are not logged.
|
Copyright © 2005-2013 Javolution. All Rights Reserved.