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