Interface ExceptionLogger<E>

  • Type Parameters:
    E - type of the logged exception

    public interface ExceptionLogger<E>
    A generic exception logging implementation.
    • Method Detail

      • log

        void log​(E exception)
        Logs the provided exception.
        Parameters:
        exception - exception to log