85 FunctionNameTable enabledFunctions;
86 FunctionNameTable disabledFunctions;
90 bool lookupFuncName(
Level level,
const char*
function, FunctionNameTable& table);
bool isEnabled(Level level, const char *function)
Tests to determine if function names are in enable/disable tables.
Selector()
Empty selector selects nothing.
void enable(const std::string &enableStr)
push option settings into runtime lookup structs
Level
Debugging severity levels.
SelectorElement parses a cli/mgmt enable/disable entry into usable fields where cliEntry = [!]LEVEL[+...
SelectorElement(const std::string cliEntry)
Category
Formal message categories https://issues.apache.org/jira/browse/QPID-3902.
A selector identifies the set of log messages to enable.
void disable(const std::string &disableStr)
bool isDisabled(Level level, const char *function)
#define QPID_COMMON_EXTERN
Logging options for config parser.