Finds or creates a log group in the container with the specified name and enabled status.
Source position: lazloggerbase.pas line 94
protected function TLazLoggerLogGroupList.FindOrAdd( |
const AConfigName: string; |
ADefaulEnabled: Boolean = False |
AConfigName |
|
Name of the log group to locate or create in the container. |
ADefaulEnabled |
|
Default enabled status if the log group is created. |
Pointer to the TLazLoggerLogGroup instance with the specified name.
| Version 4.4 | Generated 2025-11-08 | Home |