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

    Modifier and Type
    Method
    Description
    void
    log(Level pLevel, String pMessageKey, String pMessage, Object[] pParameters)
    Receive a message.
  • Method Details

    • log

      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