public interface ExceptionDebugLogging
| Modifier and Type | Method and Description |
|---|---|
default void |
debugException(ExceptionDebugLogging context,
Throwable error,
org.slf4j.Logger logger)
Log a Throwable at the DEBUG level, log the stacktrace at the TRACE level.
|
default void debugException(ExceptionDebugLogging context, Throwable error, org.slf4j.Logger logger)
context - ExceptionDebugLogging the exception intercepting context.error - Throwable the intercepted error.logger - Logger the logger to useCopyright © 2013–2018 DuraSpace, Inc.. All rights reserved.