Interface ExceptionDebugLogging

    • Method Detail

      • debugException

        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.
        Parameters:
        context - ExceptionDebugLogging the exception intercepting context.
        error - Throwable the intercepted error.
        logger - Logger the logger to use