Table of Contents

ILogger.Error Method

Logs a message with Error severity level.

Syntax

Unit: Bcl.Logging

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

Parameters

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

See also