|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XLogger.Level | |
---|---|
org.slf4j.ext | SLF4J API extensions |
Uses of XLogger.Level in org.slf4j.ext |
---|
Methods in org.slf4j.ext that return XLogger.Level | |
---|---|
static XLogger.Level |
XLogger.Level.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static XLogger.Level[] |
XLogger.Level.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.slf4j.ext with parameters of type XLogger.Level | |
---|---|
void |
XLogger.catching(XLogger.Level level,
Throwable throwable)
Log an exception being caught allowing the log level to be specified. |
void |
XLogger.throwing(XLogger.Level level,
Throwable throwable)
Log an exception being thrown allowing the log level to be specified. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |