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.

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support