TjachLog_LogAlert - jachguate/jachLogMgr GitHub Wiki
Class: TjachLog
Declaration:
procedure LogAlert(ATopic: TjachLogTopicIndex; const S: string); overload; inline;
procedure LogAlert(ATopic: TjachLogTopicIndex; const S: string; const Args: array of const); overload;
procedure LogAlert(ATopic: TjachLogTopicIndex; E: Exception); overload; inline;
procedure LogAlert(ATopic: TjachLogTopicIndex; const ExtraMsg: string; E: Exception); overload; inline;
procedure LogAlert(ATopic: TjachLogTopicIndex; const S: string; const Args: array of const; E: Exception); overload;
procedure LogAlert(const S: string); overload; inline;
procedure LogAlert(const S: string; const Args: array of const); overload;
procedure LogAlert(E: Exception); overload; inline;
procedure LogAlert(const ExtraMsg: string; E: Exception); overload; inline;
procedure LogAlert(const S: string; const Args: array of const; E: Exception); overload;
TjachLog.LogAlert Method
This method logs entries with the lsAlert
severity level.
The method is overloaded to provide flexible calling, for more information and examples read about log methods