com.ibm.wsspi.logging

Interface LogHandler


  1. public interface LogHandler
A LogHandler receives messages and LogRecords, and logs them.

Method Summary

Modifier and Type Method and Description
  1. void
publish(java.lang.String msg,java.util.logging.LogRecord logRecord)
Log the given log record.

Method Detail

publish

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