org.sblim.cimclient
public interface TraceListener
See Also: LogAndTraceManager
Method Summary | |
---|---|
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.
|
Parameters: pLevel
One of the message level identifiers, e.g. FINE pOrigin
The java class/method/line-of-code sending the message. Might
be null
if algorithm failed to determine
origin. pMessage
The message text
Parameters: pLevel One of the message level identifiers, e.g. SEVERE pOrigin The java class/method/line-of-code sending the message pMessage The message text pThrown The throwable associated with the message