Interface LoggingListener

  • All Known Implementing Classes:
    LogEvent

    public interface LoggingListener
    For classes that listen to log events.
    Version:
    $Revision$
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • logEventOccurred

        void logEventOccurred​(AbstractLogHandler source,
                              LogRecord record)
        Gets called in case of a log event.
        Parameters:
        source - the handler that sent out the notification
        record - the record associated with the log event