Interface IExceptionLogger


  • public interface IExceptionLogger
    At several places exception might occur that should be reported. For testability these exceptions are emitted against this interface.
    • Field Detail

      • SYSTEM_ERR

        static final IExceptionLogger SYSTEM_ERR
        Default implementation which dumps the stack trace to System.err.
    • Method Detail

      • logExeption

        void logExeption​(java.lang.Exception ex)
        Logs the given exception.
        Parameters:
        ex - exception to log