Remove the named attribute collector from the registry.
Declared in <ball_loggermanager.h>
int
deregisterAttributeCollector(std::string_view const& collectorName);
Remove the attribute collector having the specified collectorName from the registry of collectors maintained by this logger manager. Return 0 if the collector having collectorName was successfully deregistered from this logger manager, and a non-zero value (with no effect) otherwise.
0 if the collector was successfully deregistered, and a non-zero value otherwise
| Name | Description |
|---|---|
| collectorName | name of the attribute collector to deregister |