public interface LogListener
LogAndTraceManager
Modifier and Type | Method and Description |
---|---|
void |
log(java.util.logging.Level pLevel,
java.lang.String pMessageKey,
java.lang.String pMessage,
java.lang.Object[] pParameters)
Receive a message.
|
void log(java.util.logging.Level pLevel, java.lang.String pMessageKey, java.lang.String pMessage, java.lang.Object[] pParameters)
pLevel
- One of the message level identifiers, e.g. SEVEREpMessageKey
- The identifier of the messagepMessage
- The message textpParameters
- The parameters for the messageCopyright © 2005, 2011 IBM Corporation. All Rights Reserved.