#include <loggingLogLevelDefinition.h>

Public Member Functions | |
| LogLevelDefinition (int val, std::string name) | |
| ~LogLevelDefinition () | |
| int | getValue () |
| std::string | getName () |
Static Public Member Functions | |
| static LogLevelDefinition | fromInteger (int val) |
| static LogLevelDefinition | fromName (std::string name) |
| static ACE_Log_Priority | getACELogPriority (int p) |
| static int | fromACEPriority (ACE_Log_Priority p) |
Private Attributes | |
| int | m_value |
| std::string | m_name |
Static Private Attributes | |
| static ACE_Log_Priority | m_LogEntryCast [] |
| LogLevelDefinition::LogLevelDefinition | ( | int | val, | |
| std::string | name | |||
| ) |
| LogLevelDefinition::~LogLevelDefinition | ( | ) | [inline] |
| static int LogLevelDefinition::fromACEPriority | ( | ACE_Log_Priority | p | ) | [static] |
| static LogLevelDefinition LogLevelDefinition::fromInteger | ( | int | val | ) | [static] |
| static LogLevelDefinition LogLevelDefinition::fromName | ( | std::string | name | ) | [static] |
| static ACE_Log_Priority LogLevelDefinition::getACELogPriority | ( | int | p | ) | [static] |
| std::string LogLevelDefinition::getName | ( | ) |
| int LogLevelDefinition::getValue | ( | ) |
ACE_Log_Priority LogLevelDefinition::m_LogEntryCast[] [static, private] |
std::string LogLevelDefinition::m_name [private] |
int LogLevelDefinition::m_value [private] |
1.7.0