Unit 'LazLoggerBase' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#lazutils]

TLazDebugLoggerCreator

Function type used to create a TLazLogger instance for use with the Lazarus debugger.

Declaration

Source position: lazloggerbase.pas line 316

type TLazDebugLoggerCreator = function: TRefCountedObject;

Function result

Reference-counted object for the TLazLogger instance.

Description

The return value is a TRefCountedObject object instance, and can be smart-linked away if none of the routines are used in the application.


Version 4.4 Generated 2025-11-08 Home