[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Represents flags used for Log Groups in TLazLogger.
Source position: lazloggerbase.pas line 29
type TLazLoggerLogGroupFlag = ( |
||
lgfAddedByParamParser, |
|
Not added using RegisterLogGroup in the logger class. This is a placeholder for the enabled-state given by the user via the command line. |
lgfNoDefaultEnabledSpecified |
|
Registered and enabled without a default group name. |
); |
|
Record type with information about a log group in TLazLogger. |
|
|
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 |