Package org.slf4j.ext
Class XLogger
java.lang.Object
org.slf4j.ext.LoggerWrapper
org.slf4j.ext.XLogger
- All Implemented Interfaces:
- Logger
A utility that provides standard mechanisms for logging certain kinds of
 activities.
- Author:
- Ralph Goers, Ceki Gülcü
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields inherited from class org.slf4j.ext.LoggerWrapperinstanceofLAL, loggerFields inherited from interface org.slf4j.LoggerROOT_LOGGER_NAME
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidLog an exception being caught.voidcatching(XLogger.Level level, Throwable throwable) Log an exception being caught allowing the log level to be specified.voidLog method entry.voidexit()Log method exit<T> Texit(T result) Log method exit<T extends Throwable>
 Tthrowing(XLogger.Level level, T throwable) Log an exception being thrown allowing the log level to be specified.<T extends Throwable>
 Tthrowing(T throwable) Log an exception being thrown.Methods inherited from class org.slf4j.ext.LoggerWrapperdebug, debug, debug, debug, debug, debug, debug, debug, debug, debug, error, error, error, error, error, error, error, error, error, error, getName, info, info, info, info, info, info, info, info, info, info, isDebugEnabled, isDebugEnabled, isErrorEnabled, isErrorEnabled, isInfoEnabled, isInfoEnabled, isTraceEnabled, isTraceEnabled, isWarnEnabled, isWarnEnabled, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, warn, warn, warn, warn, warn, warn, warn, warn, warn, warnMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.slf4j.LoggeratDebug, atError, atInfo, atLevel, atTrace, atWarn, debug, debug, debug, debug, debug, debug, debug, debug, debug, debug, error, error, error, error, error, error, error, error, error, error, getName, info, info, info, info, info, info, info, info, info, info, isDebugEnabled, isDebugEnabled, isEnabledForLevel, isErrorEnabled, isErrorEnabled, isInfoEnabled, isInfoEnabled, isTraceEnabled, isTraceEnabled, isWarnEnabled, isWarnEnabled, makeLoggingEventBuilder, trace, trace, trace, trace, trace, trace, trace, trace, trace, trace, warn, warn, warn, warn, warn, warn, warn, warn, warn, warn
- 
Constructor Details- 
XLogger
 
- 
- 
Method Details- 
entry
- 
exitLog method exit
- 
exitLog method exit- Parameters:
- result- The result of the method being exited
 
- 
throwing
- 
throwingLog an exception being thrown allowing the log level to be specified.- Parameters:
- level- the logging level to use.
- throwable- the exception being caught.
 
- 
catching
- 
catchingLog an exception being caught allowing the log level to be specified.- Parameters:
- level- the logging level to use.
- throwable- the exception being caught.
 
 
-