#include <qpid/log/Statement.h>
List of all members.
Static Public Member Functions |
static bool | isCategory (const std::string &name) |
| Test if given name is a Category name.
|
static Category | category (const char *name) |
| Get category from string name
- Exceptions:
-
|
static Category | category (const std::string &name) |
| Get category from string name.
|
static const char * | name (Category) |
| String name of category.
|
Static Public Attributes |
static const int | COUNT = unspecified+1 |
Member Function Documentation
static Category qpid::log::CategoryTraits::category |
( |
const char * |
name | ) |
[static] |
Get category from string name
- Exceptions:
-
Referenced by category().
static Category qpid::log::CategoryTraits::category |
( |
const std::string & |
name | ) |
[inline, static] |
static bool qpid::log::CategoryTraits::isCategory |
( |
const std::string & |
name | ) |
[static] |
Test if given name is a Category name.
static const char* qpid::log::CategoryTraits::name |
( |
Category |
| ) |
[static] |
Member Data Documentation
The documentation for this struct was generated from the following file: