|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILogger.Level | |
---|---|
lumis.util.log |
Uses of ILogger.Level in lumis.util.log |
---|
Methods in lumis.util.log that return ILogger.Level | |
---|---|
ILogger.Level |
Log4JLoggerWrapper.getLevel()
|
ILogger.Level |
ILogger.getLevel()
Returns the current minimum logging level logged by this instance. |
static ILogger.Level |
ILogger.Level.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ILogger.Level[] |
ILogger.Level.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in lumis.util.log with parameters of type ILogger.Level | |
---|---|
void |
Log4JLoggerWrapper.setLevel(ILogger.Level level)
|
void |
ILogger.setLevel(ILogger.Level level)
Sets the minimum logging level logged by this logger instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |