Interface StatusListener

All Superinterfaces:
AutoCloseable, Closeable, EventListener
All Known Implementing Classes:
StatusConsoleListener

public interface StatusListener extends Closeable, EventListener
Interface that allows implementers to be notified of events in the logging system.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the Log Level that this listener wants included.
    void
    Called as events occur to process the StatusData.

    Methods inherited from interface java.io.Closeable

    close
  • Method Details

    • log

      void log(StatusData data)
      Called as events occur to process the StatusData.
      Parameters:
      data - The StatusData for the event.
    • getStatusLevel

      Level getStatusLevel()
      Return the Log Level that this listener wants included.
      Returns:
      the Log Level.