[Overview][Types][Classes][Procedures and functions][Variables][Index] |
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.0 | Generated 2025-05-03 | Home |