TjachLog_LogDebug - jachguate/jachLogMgr GitHub Wiki

Class: TjachLog

Declaration:

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

TjachLog.LogDebug Method

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