public interface TraceListener
LogAndTraceManager| Modifier and Type | Method and Description |
|---|---|
void |
trace(Level pLevel,
StackTraceElement pOrigin,
String pMessage)
Receive a trace message.
|
void |
trace(Level pLevel,
StackTraceElement pOrigin,
String pMessage,
Throwable pThrown)
Receive a trace message.
|
void trace(Level pLevel, StackTraceElement pOrigin, String pMessage)
pLevel - One of the message level identifiers, e.g. FINEpOrigin - The java class/method/line-of-code sending the message. Might
be null if algorithm failed to determine origin.pMessage - The message textvoid trace(Level pLevel, StackTraceElement pOrigin, String pMessage, Throwable pThrown)
pLevel - One of the message level identifiers, e.g. SEVEREpOrigin - The java class/method/line-of-code sending the messagepMessage - The message textpThrown - The throwable associated with the messageCopyright © 2005, 2012 IBM Corporation. All Rights Reserved.