ILogEngine.Log Method
Processes a log message.
Syntax
Unit: Sparkle.Logger
procedure ILogEngine.Log(const Msg: string); virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Msg | string | The message to log. |
Processes a log message.
Unit: Sparkle.Logger
procedure ILogEngine.Log(const Msg: string); virtual; abstract;
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | Msg | string | The message to log. |