| 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].
Definition at line 34 of file Selector.h.
| qpid::log::SelectorElement::SelectorElement | ( | const std::string | cliEntry | ) |
| Category qpid::log::SelectorElement::category |
Definition at line 39 of file Selector.h.
| bool qpid::log::SelectorElement::isCategory |
Definition at line 41 of file Selector.h.
| bool qpid::log::SelectorElement::isDisable |
Definition at line 40 of file Selector.h.
| bool qpid::log::SelectorElement::isLevelAndAbove |
Definition at line 42 of file Selector.h.
| bool qpid::log::SelectorElement::isLevelAndBelow |
Definition at line 43 of file Selector.h.
| Level qpid::log::SelectorElement::level |
Definition at line 38 of file Selector.h.
| std::string qpid::log::SelectorElement::levelStr |
Definition at line 36 of file Selector.h.
| std::string qpid::log::SelectorElement::patternStr |
Definition at line 37 of file Selector.h.
1.8.5