Interface LoggerListener

  • All Superinterfaces:
    EventListener

    public interface LoggerListener
    extends EventListener
    The LoggerListener interface must be implemented by each component that wants to be notified about log events.
    Author:
    Rainer Maximini
    • Method Detail

      • loggerEvent

        void loggerEvent​(LoggerEvent event)
        Parameters:
        event - The event contains all information about the log message.