Interface ILicenseLogger


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

      • onLicenseSystemMessage

        void onLicenseSystemMessage​(MessageType messageType,
                                    java.lang.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,
                                    java.lang.String message,
                                    java.lang.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.