ILogger.Info Method
Overloads
| Info(string) | |
| Info(string, Exception) | |
| Info(string, array of TVarRec) | |
| Info(string, array of TVarRec, Exception) |
Delphi
procedure Info(const msg: string; const e: Exception)
Parameters
- msg
- string
- e
- Exception
Delphi
procedure Info(const fmt: string; const args: array of TVarRec)
Parameters
- fmt
- string
- args
- array of TVarRec