| [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 315
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.