Package com.ibm.wsspi.logging
Interface LogHandler
- 
 public interface LogHandlerA LogHandler receives messages and LogRecords, and logs them.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpublish(java.lang.String msg, java.util.logging.LogRecord logRecord)Log the given log record.
 
-