| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/log/Statement.h>
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. | |
Static Public Attributes | |
| static const int | COUNT = critical+1 |
Definition at line 39 of file Statement.h.
| static Level qpid::log::LevelTraits::level | ( | const std::string & | name | ) | [inline, static] |
Get level from string name.
| if | name invalid. |
Definition at line 50 of file Statement.h.
References level().
| static Level qpid::log::LevelTraits::level | ( | const char * | name | ) | [static] |
| static const char* qpid::log::LevelTraits::name | ( | Level | ) | [static] |
String name of level.
const int qpid::log::LevelTraits::COUNT = critical+1 [static] |
Definition at line 40 of file Statement.h.
1.4.7