Table of Contents

TDebugLoggerFactory.Create Constructor

Creates a new TDebugLoggerFactory that produces debug loggers for the specified log levels.

Syntax

Unit: Bcl.Logging

constructor TDebugLoggerFactory.Create(ALevels: TLogLevels);

Parameters

<-> Parameter Type Description
ALevels TLogLevels The set of log levels that created loggers will output.

See also