Skip to content

TjachLog_LogError

Juan Antonio Castillo edited this page Feb 26, 2022 · 1 revision

Class: TjachLog

Declaration:

    procedure LogError(ATopic: TjachLogTopicIndex; const S: string); overload; inline;
    procedure LogError(ATopic: TjachLogTopicIndex; const S: string; const Args: array of const); overload;
    procedure LogError(ATopic: TjachLogTopicIndex; E: Exception); overload; inline;
    procedure LogError(ATopic: TjachLogTopicIndex; const ExtraMsg: string; E: Exception); overload; inline;
    procedure LogError(ATopic: TjachLogTopicIndex; const S: string; const Args: array of const; E: Exception); overload;
    procedure LogError(const S: string); overload; inline;
    procedure LogError(const S: string; const Args: array of const); overload;
    procedure LogError(E: Exception); overload; inline;
    procedure LogError(const ExtraMsg: string; E: Exception); overload; inline;
    procedure LogError(const S: string; const Args: array of const; E: Exception); overload;

TjachLog.LogError Method

This method logs entries with the lsError severity level. The method is overloaded to provide flexible calling, for more information and examples read about log methods