#include <qpid/log/Statement.h>
|
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.
|
|
Definition at line 40 of file Statement.h.
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 |
const int qpid::log::LevelTraits::COUNT =critical+1 |
|
static |
The documentation for this struct was generated from the following file: