TjachLog_LogInfo - jachguate/jachLogMgr GitHub Wiki

Class: TjachLog

Declaration:

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

TjachLog.LogInfo Method

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