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 SummaryModifier and TypeMethodDescription- void- onLicenseSystemMessage- (MessageType messageType, String message) Called by the license system to display a message.- void- onLicenseSystemMessage- (MessageType messageType, String message, Throwable exception) Called by the license system to display a message.
- Method Details- onLicenseSystemMessageCalled by the license system to display a message.- Parameters:
- messageType- The message type.
- message- The message to log.
 
- onLicenseSystemMessageCalled by the license system to display a message.- Parameters:
- messageType- The message type.
- message- The message to log.
- exception- Exception to a to log.