type
TScOnLogMessage = procedure (Sender: TObject; const Message: string) of object;
property OnLogInformation: TScOnLogMessage;
Description
The OnLogInformation event occurs when logger needs to format and write an informational log message.
Parameters:
• | Sender - the object that raised the event; |
• | Message - the format string of the log message. |