Interface LoggerHandler

All Known Implementing Classes:
BlacklistLoggerHandler, ConsoleHandler, DatabaseHandler, FileHandler

public interface LoggerHandler
Interface for loggers for the blacklist.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Close the logger.
    void
    logEvent(BlacklistEvent event, String comment)
    Log an event.
  • Method Details

    • logEvent

      void logEvent(BlacklistEvent event, String comment)
      Log an event.
      Parameters:
      event - The event
      comment - The comment to log with the event
    • close

      void close()
      Close the logger.