Interface EventHook

    • Method Detail

      • dispatch

        void dispatch​(Event event)
               throws java.lang.Exception
        This method is invoked for each event, regardless of level or category. Implementors must handle filtering which events require processing depending on the Level and Category.
        Throws:
        java.lang.Exception
      • name

        default java.lang.String name()