Interface ILicenseLogger


public interface ILicenseLogger
Provided at initialization of the licensing system to be able to display messages.
Author:
Christopher Mindus
  • Method Details

    • onLicenseSystemMessage

      void onLicenseSystemMessage(MessageType messageType, String message)
      Called by the license system to display a message.
      Parameters:
      messageType - The message type.
      message - The message to log.
    • onLicenseSystemMessage

      void onLicenseSystemMessage(MessageType messageType, String message, Throwable exception)
      Called by the license system to display a message.
      Parameters:
      messageType - The message type.
      message - The message to log.
      exception - Exception to a to log.