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