Uses of Enum Class
org.slf4j.ext.XLogger.Level
-
Uses of XLogger.Level in org.slf4j.ext
Modifier and TypeMethodDescriptionstatic XLogger.Level
Returns the enum constant of this class with the specified name.static XLogger.Level[]
XLogger.Level.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
XLogger.catching
(XLogger.Level level, Throwable throwable) Log an exception being caught allowing the log level to be specified.<T extends Throwable>
TXLogger.throwing
(XLogger.Level level, T throwable) Log an exception being thrown allowing the log level to be specified.