Package org.sblim.cimclient
Interface LogListener
public interface LogListener
The interface LogListener must be implemented if you want to attach your own
logging framework to the CIM Client.
- See Also:
-
Method Summary
-
Method Details
-
log
Receive a message.- Parameters:
pLevel- One of the message level identifiers, e.g. SEVEREpMessageKey- The identifier of the messagepMessage- The message textpParameters- The parameters for the message
-