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: LogAndTraceManager

Method Summary
voidlog(Level pLevel, String pMessageKey, String pMessage, Object[] pParameters)
Receive a message.

Method Detail

log

public void log(Level pLevel, String pMessageKey, String pMessage, Object[] pParameters)
Receive a message.

Parameters: pLevel One of the message level identifiers, e.g. SEVERE pMessageKey The identifier of the message pMessage The message text pParameters The parameters for the message

Copyright © 2005, 2010 IBM Corporation. All Rights Reserved.