Table of Contents

TDebugLogger.Create Constructor

Creates a new TDebugLogger that outputs messages for the specified log levels.

Syntax

Unit: Bcl.Logging

constructor TDebugLogger.Create(ALevels: TLogLevels);

Parameters

<-> Parameter Type Description
ALevels TLogLevels The set of log levels to output. Messages at levels not in this set are discarded.

See also