Add each rule in the specified ruleSet.
Synopsis
Declared in <ball_loggermanager.h>
int
addRules(RuleSet const& ruleSet);
Description
Add each rule in the specified ruleSet to the set of (unique) rules maintained by this object. Return the number of rules added. Note that each rule having the same value as an existing rule will be ignored.
Return Value
number of rules added
Parameters
Name |
Description |
ruleSet |
rules to add to the set of unique rules |
Created with MrDocs