|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TraceListener
The interface TraceListener must be implemented if you want to attach your own logging framework to the CIM Client.
LogAndTraceManager
Method Summary | |
---|---|
void |
trace(java.util.logging.Level pLevel,
java.lang.StackTraceElement pOrigin,
java.lang.String pMessage)
Receive a trace message. |
void |
trace(java.util.logging.Level pLevel,
java.lang.StackTraceElement pOrigin,
java.lang.String pMessage,
java.lang.Throwable pThrown)
Receive a trace message. |
Method Detail |
---|
void trace(java.util.logging.Level pLevel, java.lang.StackTraceElement pOrigin, java.lang.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(java.util.logging.Level pLevel, java.lang.StackTraceElement pOrigin, java.lang.String pMessage, java.lang.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 message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |