Table of Contents

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.

See also