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