Package com.iizix.license
Interface ILicenseLogger
public interface ILicenseLogger
Provided at initialization of the licensing system to be able to display messages.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionvoidonLicenseSystemMessage(MessageType messageType, String message) Called by the license system to display a message.voidonLicenseSystemMessage(MessageType messageType, String message, Throwable exception) Called by the license system to display a message.
Method Details
onLicenseSystemMessage
Called by the license system to display a message.- Parameters:
messageType- The message type.message- The message to log.
onLicenseSystemMessage
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.