[#BloombergLP-ball-LoggerManager-removeRules] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/LoggerManager.adoc[LoggerManager]::removeRules :relfileprefix: ../../../ :mrdocs: Remove each rule in the specified `ruleSet`. == Synopsis Declared in `<ball_loggermanager.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int removeRules(xref:BloombergLP/ball/RuleSet.adoc[RuleSet] const& ruleSet); ---- == Description Remove each rule in the specified `ruleSet` from this set of rules maintained by this object. Return the number of rules removed. == Return Value number of rules removed == Parameters [cols="1,4"] |=== | Name| Description | *ruleSet* | rules to remove from the set of rules |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#