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