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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void log​(java.util.logging.Level pLevel, java.lang.String pMessageKey, java.lang.String pMessage, java.lang.Object[] pParameters)
      Receive a message.
    • Method Detail

      • log

        void log​(java.util.logging.Level pLevel,
                 java.lang.String pMessageKey,
                 java.lang.String pMessage,
                 java.lang.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