LogLevelDefinition

NAME
SYNOPSIS
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
Author

NAME

LogLevelDefinition −

SYNOPSIS

#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 []

Constructor & Destructor Documentation

LogLevelDefinition::LogLevelDefinition (int val, std::string name)

LogLevelDefinition::~LogLevelDefinition () [inline]

Member Function Documentation

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 ()

Member Data Documentation

ACE_Log_Priority LogLevelDefinition::m_LogEntryCast[] [static, private]

std::string LogLevelDefinition::m_name [private]

int LogLevelDefinition::m_value [private]

Author

Generated automatically by Doxygen for ACS-2015.2 C++ API from the source code.