[#BloombergLP-ball-LoggerManager-deregisterAttributeCollector] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/LoggerManager.adoc[LoggerManager]::deregisterAttributeCollector :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<ball_loggermanager.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int deregisterAttributeCollector(std::string_view const& collectorName); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#