[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazloggerdummy.pas line 86
type TLazLogger = class(TRefCountedObject) |
||
public |
||
procedure Assign(); virtual; |
|
|
procedure Init; |
|
|
procedure Finish; |
|
|
property NestLvlIndent: Integer; [rw] |
|
|
property MaxNestPrefixLen: Integer; [rw] |
|
|
function RegisterLogGroup(); |
|
|
function FindOrRegisterLogGroup(); |
|
|
property LogGroupList: TLazLoggerLogGroupList; [r] |
|
|
property UseGlobalLogGroupList: Boolean; [rw] |
|
|
procedure DebuglnStack(); |
|
|
procedure DbgOut(); |
|
|
procedure DebugLn(); |
|
|
procedure DebugLnEnter(); |
|
|
procedure DebugLnExit(); |
|
|
procedure DumpExceptionBackTrace(); |
|
|
end; |
|
||
| | | ||
|
Implements a thread-safe reference-counted class which performs free notifications. |
|
| | | ||
|
Base class used to implement objects which perform free notifications. |
|
| | | ||
| Version 4.4 | Generated 2025-11-08 | Home |