#include <qpid/log/Statement.h>
List of all members.
Static Public Member Functions |
| static Level | level (const char *name) |
| | Get level from string name.
|
| static Level | level (const std::string &name) |
| | Get level from string name.
|
| static const char * | name (Level) |
| | String name of level.
|
Detailed Description
Definition at line 40 of file Statement.h.
Member Function Documentation
| static Level qpid::log::LevelTraits::level |
( |
const char * |
name | ) |
|
|
static |
Get level from string name.
- Exceptions:
-
Referenced by level().
| static Level qpid::log::LevelTraits::level |
( |
const std::string & |
name | ) |
|
|
inlinestatic |
Get level from string name.
- Exceptions:
-
Definition at line 51 of file Statement.h.
References level().
| static const char* qpid::log::LevelTraits::name |
( |
Level |
| ) |
|
|
static |
Member Data Documentation
| const int qpid::log::LevelTraits::COUNT = critical+1 |
|
static |
The documentation for this struct was generated from the following file: