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