Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
SelectorElement parses a cli/mgmt enable/disable entry into usable fields where cliEntry = [!]LEVEL[+-][:PATTERN]. More...
#include <qpid/log/Selector.h>
Public Member Functions | |
SelectorElement (const std::string cliEntry) | |
Public Attributes | |
std::string | levelStr |
std::string | patternStr |
Level | level |
Category | category |
bool | isDisable |
bool | isCategory |
bool | isLevelAndAbove |
bool | isLevelAndBelow |
SelectorElement parses a cli/mgmt enable/disable entry into usable fields where cliEntry = [!]LEVEL[+-][:PATTERN].
qpid::log::SelectorElement::SelectorElement | ( | const std::string | cliEntry | ) |
Definition at line 39 of file Selector.h.
Definition at line 41 of file Selector.h.
Definition at line 40 of file Selector.h.
Definition at line 42 of file Selector.h.
Definition at line 43 of file Selector.h.
Definition at line 38 of file Selector.h.
Definition at line 36 of file Selector.h.
Definition at line 37 of file Selector.h.