Unit 'LazLoggerBase' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#lazutils]

TLazLoggerLogGroupFlags

Set type used to store values from the TLazLoggerLogGroupFlag enumeration.

Declaration

Source position: lazloggerbase.pas line 34

type TLazLoggerLogGroupFlags = set of (

  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.

);

Description

TLazLoggerLogGroupFlags is the type used for the Flags member in TLazLoggerLogGroup.

See also

TLazLoggerLogGroup

  

Record type with information about a log group in TLazLogger.


Version 4.4 Generated 2025-11-08 Home