[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 92

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.