public interface CIMXMLTraceListener
LogAndTraceManager
Modifier and Type | Method and Description |
---|---|
void |
traceCIMXML(Level pLevel,
String pMessage,
boolean pOutgoing)
Receive a CIM-XML trace message.
|
void traceCIMXML(Level pLevel, String pMessage, boolean pOutgoing)
pLevel
- One of the message level identifiers, e.g. FINEpMessage
- The CIM-XML message textpOutgoing
- true
if CIM-XML is outgoing (being sent from
client to server), false
if CIM-XML is incoming
(being sent from server to client)Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.