Skip to content

TjachLog_LogNotice

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

Class: TjachLog

Declaration:

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

TjachLog.LogNotice Method

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