Table of Contents

TLogger.Log Method

Sends a message to the log engine. Does nothing when no engine is assigned.

Syntax

Unit: Sparkle.Logger

procedure TLogger.Log(const Msg: string);

Parameters

<-> Parameter Type Description
const Msg string The message to log.

See also