TAbstractLogger.Log Method
Overloads
Delphi
procedure Log(const msg: string; const e: Exception)
Parameters
- msg
- string
- e
- Exception
Delphi
procedure Log(const fmt: string; const args: array of TVarRec)
Parameters
- fmt
- string
- args
- array of TVarRec
Delphi
procedure Log(const fmt: string; const args: array of TVarRec; const e: Exception)
Parameters
- fmt
- string
- args
- array of TVarRec
- e
- Exception
Delphi
procedure Log(level: TLogLevel; const msg: string; const e: Exception)
Parameters
- level
- TLogLevel
- msg
- string
- e
- Exception
Delphi
procedure Log(level: TLogLevel; const fmt: string; const args: array of TVarRec)
Parameters
- level
- TLogLevel
- fmt
- string
- args
- array of TVarRec
Delphi
procedure Log(level: TLogLevel; const fmt: string; const args: array of TVarRec; const e: Exception)
Parameters
- level
- TLogLevel
- fmt
- string
- args
- array of TVarRec
- e
- Exception