Package | Description |
---|---|
org.slf4j.ext |
Localized logging using the CAL10N API.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
XLogger.catching(XLogger.Level level,
Throwable throwable)
Log an exception being caught allowing the log level to be specified.
|
<T extends Throwable> |
XLogger.throwing(XLogger.Level level,
T throwable)
Log an exception being thrown allowing the log level to be specified.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.