Interface LogListener

  • All Known Implementing Classes:
    DefaultLogListener

    public interface LogListener
    Since:
    2018-03-02
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onError​(java.lang.Class<?> clazz, java.lang.String message, java.lang.Throwable throwable)  
      void onLog​(java.lang.Class<?> clazz, java.lang.String message, java.lang.Throwable throwable)  
    • Method Detail

      • onLog

        void onLog​(java.lang.Class<?> clazz,
                   java.lang.String message,
                   java.lang.Throwable throwable)
      • onError

        void onError​(java.lang.Class<?> clazz,
                     java.lang.String message,
                     java.lang.Throwable throwable)