Interface LogHandler


public interface LogHandler
A LogHandler receives messages and LogRecords, and logs them.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    publish(String msg, LogRecord logRecord)
    Log the given log record.
  • Method Details

    • publish

      void publish(String msg, LogRecord logRecord)
      Log the given log record.
      Parameters:
      msg - The fully formatted message, derived from the given LogRecord.
      logRecord - The LogRecord.