Uses of Enum
org.slf4j.ext.XLogger.Level
Packages that use XLogger.Level
-
Uses of XLogger.Level in org.slf4j.ext
Subclasses with type arguments of type XLogger.Level in org.slf4j.extMethods in org.slf4j.ext that return XLogger.LevelModifier and TypeMethodDescriptionstatic XLogger.LevelReturns 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.LevelModifier and TypeMethodDescriptionvoidXLogger.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.