Interface PaxErrorHandler


  • public interface PaxErrorHandler
    Framework library agnostic representation of a handler invoked when processing of logging event fails (usually inside appender).
    • Method Detail

      • error

        void error​(String message,
                   Exception e)
        This method is invoked to handle an error when logging.
        Parameters:
        message - The message associated with the error.
        e - The Exception that was thrown when the error occurred.