ILogger.Info Method
Logs a message with Info severity level.
Syntax
Unit: Bcl.Logging
procedure ILogger.Info(const AValue: TValue); virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AValue | TValue | The value to log. |
Logs a message with Info severity level.
Unit: Bcl.Logging
procedure ILogger.Info(const AValue: TValue); virtual; abstract;
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AValue | TValue | The value to log. |