Remove the named attribute collector from the registry.

Synopsis

Declared in <ball_loggermanager.h>

int
deregisterAttributeCollector(std::string_view const& collectorName);

Description

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.

Return Value

0 if the collector was successfully deregistered, and a non‐zero value otherwise

Parameters

Name

Description

collectorName

name of the attribute collector to deregister

Created with MrDocs