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

TLazLoggerLogGroupList.Add

Creates and adds a new logger group in the container.

Declaration

Source position: lazloggerbase.pas line 93

protected function TLazLoggerLogGroupList.Add(

  const AConfigName: string;

  ADefaulEnabled: Boolean = False

):PLazLoggerLogGroup;

Arguments

AConfigName

  

Case-insensitive name for the log group added in the method.

ADefaulEnabled

  

True if enabled by default.

Function result

Pointer to the TLazLoggerLogGroup instance created and added in the method.


Version 4.0 Generated 2025-05-03 Home