Interface Logger.Emitter

Enclosing interface:
Logger

public static interface Logger.Emitter
Finally emits the log message.
Author:
Holger Eichelberger, SSE
  • Method Details

    • emit

      void emit(LogLevel level, String name, String msg, Throwable th, PrintStream out)
      Finally emits the log message.
      Parameters:
      level - the logging level
      name - the name of the logger
      msg - the logging message
      th - the throwable detailing the message (may be null)
      out - the target output stream