TLogger.Debug Method
Sends a debug message to the log engine. Does nothing when no engine is assigned.
Syntax
Unit: Sparkle.Logger
procedure TLogger.Debug(const Msg: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Msg | string | The message to log. |