Table of Contents

Log Method

Writes an informational line. Use it instead of WriteLn.

Remarks

In console mode this writes to standard output. As a service, to the file given by --log=<path> on the command line, or beside the executable when the switch is absent.

Syntax

Unit: Sparkle.Host.Log

procedure Log(const AMessage: string);

Parameters

<-> Parameter Type Description
const AMessage string