|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Level | |
---|---|
net.spy.memcached.compat.log | Logging Abstractions |
Uses of Level in net.spy.memcached.compat.log |
---|
Methods in net.spy.memcached.compat.log that return Level | |
---|---|
static Level |
Level.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Level[] |
Level.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.spy.memcached.compat.log with parameters of type Level | |
---|---|
void |
AbstractLogger.log(Level level,
Object message)
Log a message at the given level. |
void |
Logger.log(Level level,
Object message)
Log a message at the specified level. |
abstract void |
AbstractLogger.log(Level level,
Object message,
Throwable e)
Subclasses should implement this method to determine what to do when a client wants to log at a particular level. |
void |
DefaultLogger.log(Level level,
Object message,
Throwable e)
|
void |
Log4JLogger.log(Level level,
Object message,
Throwable e)
Wrapper around log4j. |
void |
Logger.log(Level level,
Object message,
Throwable exception)
Log a message at the specified level. |
void |
SunLogger.log(Level level,
Object message,
Throwable e)
Wrapper around sun logger. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |