Class DefaultLogListener

  • All Implemented Interfaces:
    LogListener

    public class DefaultLogListener
    extends java.lang.Object
    implements LogListener
    Since:
    2018-03-02
    • Method Summary

      All Methods Instance Methods Concrete 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultLogListener

        public DefaultLogListener()
    • Method Detail

      • onLog

        public void onLog​(java.lang.Class<?> clazz,
                          java.lang.String message,
                          java.lang.Throwable throwable)
        Specified by:
        onLog in interface LogListener
      • onError

        public void onError​(java.lang.Class<?> clazz,
                            java.lang.String message,
                            java.lang.Throwable throwable)
        Specified by:
        onError in interface LogListener