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

TLazLoggerLogGroupList.Find

Gets a pointer to the log group with the specified name.

Declaration

Source position: lazloggerbase.pas line 102

public function TLazLoggerLogGroupList.Find(

  const AConfigName: string

):PLazLoggerLogGroup;

Arguments

AConfigName

  

Name of the log group to locate in the container.

Function result

Pointer to the log group located in the method, or Nil when not found.