Table of Contents

ILoggerFactory Interface

Factory interface for creating ILogger instances.

Remarks

Implement this interface to provide custom logger creation logic. Assign an instance to TLogManager.Factory to change how loggers are created.

Syntax

Unit: Bcl.Logging

ILoggerFactory = interface(IInterface);

Methods

Name Description
GetLogger Creates or retrieves a logger associated with the specified name.