Table of Contents

TLogManager.Factory Property

Gets or sets the logger factory used to create new loggers.

Remarks

When the factory is changed, all existing wrapper loggers are automatically updated with new loggers created by the new factory.

Syntax

Unit: Bcl.Logging

property TLogManager.Factory: ILoggerFactory

See also