[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazLoggerBase' (#lazutils)

TLazLoggerLogGroup

Record type with information about a log group in TLazLogger.

Declaration

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;

See also

TLazLogger.RegisterLogGroup

  

Creates a log group and optionally sets its enabled status.

TLazLogger.LogGroupList

  

Container with the group instances for the logger.


Version 4.0 Generated 2025-05-03 Home