Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET Apache Qpid Documentation
Public Member Functions | Public Attributes | List of all members
qpid::log::SelectorElement Struct Reference

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
 

Detailed Description

SelectorElement parses a cli/mgmt enable/disable entry into usable fields where cliEntry = [!]LEVEL[+-][:PATTERN].

Definition at line 34 of file Selector.h.

Constructor & Destructor Documentation

qpid::log::SelectorElement::SelectorElement ( const std::string  cliEntry)

Member Data Documentation

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.


The documentation for this struct was generated from the following file:

Qpid C++ API Reference
Generated on Thu Jun 5 2014 for Qpid C++ Client API by doxygen 1.8.3.1