[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazLoggerBase' (#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.0 Generated 2025-05-03 Home