Skip to content

TjachLog_LogCritical

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

Class: TjachLog

Declaration:

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

TjachLog.LogCritical Method

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