Function type used to create a TLazLogger instance for use with the Lazarus debugger.
Source position: lazloggerbase.pas line 316
type TLazDebugLoggerCreator = function: TRefCountedObject; |
Reference-counted object for the TLazLogger instance.
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 |