Table of Contents

ILogger.Trace Method

Logs a message with Trace severity level.

Syntax

Unit: Bcl.Logging

procedure ILogger.Trace(const AValue: TValue); virtual; abstract;

Parameters

<-> Parameter Type Description
const AValue TValue The value to log.

See also