type

 TScOnLogMessage = procedure (Sender: TObject; const Message: string) of object;

 

property OnLogWarning: TScOnLogMessage;

 

Description

The OnLogWarning event occurs when logger needs to format and write a warning log message.

 

Parameters:

Sender - the object that raised 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