Package com.iizix.license
Interface ILicenseLogger
- public interface ILicenseLoggerProvided at initialization of the licensing system to be able to display messages.- Author:
- Christopher Mindus
 
- Method Summary- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - void- onLicenseSystemMessage(MessageType messageType, java.lang.String message)Called by the license system to display a message.- void- onLicenseSystemMessage(MessageType messageType, java.lang.String message, java.lang.Throwable exception)Called by the license system to display a message.
 
- 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.