[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Record type with information about a log group in TLazLogger.
Source position: lazloggerbase.pas line 36
type TLazLoggerLogGroup = record |
||
ConfigName: string; |
|
Case-insensitive name for the log group. |
Enabled: Boolean; |
|
True if the log group is enabled. |
Flags: TLazLoggerLogGroupFlags; |
|
Flags which indicate how the log was created, and whether it is active. |
FOpenedIndents: Integer; |
|
Member used to track the current indentation level for the log group. |
end; |
|
Creates a log group and optionally sets its enabled status. |
|
|
Container with the group instances for the logger. |
Version 4.0 | Generated 2025-05-03 | Home |