Table of Contents

ILogger.Warning Method

Logs a message with Warning severity level.

Syntax

Unit: Bcl.Logging

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

Parameters

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

See also