TOnLog

Prev

Next

 






































































































The type of the OnLog event.


Unit
VidGrab

Declaration
TOnLog=procedure(Sender: TObject; LogType: TLogType; Severity: string; InfoMsg: string)of object;


typedef void __fastcall(__closure *TOnLog)(System::TObject *Sender, TLogType LogType, wchar_t *Severity, wchar_t *InfoMsg);

Description

The type of the OnLog event.

Severity returns "[INFO]", "[WARNING]" or "[ERROR]".
LogType returns a TLogType constant.
InfoMsg returns a comment about this log.

Note: it is possible to retrieve the string value of the LogType parameter by invoking GetLogString (LogType).