nidas  v1.2-1520
Integer Logger Levels

Define constants equal to the syslog levels, so we can redefine the syslog symbols. More...

const int nidas::util::LOGGER_EMERG = LOG_EMERG
 
const int nidas::util::LOGGER_EMERGENCY = LOG_EMERG
 
const int nidas::util::LOGGER_ALERT = LOG_ALERT
 
const int nidas::util::LOGGER_CRIT = LOG_CRIT
 
const int nidas::util::LOGGER_CRITICAL = LOG_CRIT
 
const int nidas::util::LOGGER_ERROR = LOG_ERR
 
const int nidas::util::LOGGER_ERR = LOG_ERR
 
const int nidas::util::LOGGER_PROBLEM = LOG_ERR
 
const int nidas::util::LOGGER_WARNING = LOG_WARNING
 
const int nidas::util::LOGGER_NOTICE = LOG_NOTICE
 
const int nidas::util::LOGGER_INFO = LOG_INFO
 
const int nidas::util::LOGGER_DEBUG = LOG_DEBUG
 
const int nidas::util::LOGGER_VERBOSE = LOG_DEBUG+1
 
const int nidas::util::LOGGER_NONE = LOG_EMERG-1
 

Detailed Description

Define constants equal to the syslog levels, so we can redefine the syslog symbols.

Variable Documentation

const int nidas::util::LOGGER_ALERT = LOG_ALERT
const int nidas::util::LOGGER_CRIT = LOG_CRIT
const int nidas::util::LOGGER_CRITICAL = LOG_CRIT
const int nidas::util::LOGGER_DEBUG = LOG_DEBUG

Referenced by main().

const int nidas::util::LOGGER_EMERG = LOG_EMERG
const int nidas::util::LOGGER_EMERGENCY = LOG_EMERG
const int nidas::util::LOGGER_ERR = LOG_ERR
const int nidas::util::LOGGER_ERROR = LOG_ERR
const int nidas::util::LOGGER_INFO = LOG_INFO
const int nidas::util::LOGGER_NONE = LOG_EMERG-1
const int nidas::util::LOGGER_NOTICE = LOG_NOTICE
const int nidas::util::LOGGER_PROBLEM = LOG_ERR
const int nidas::util::LOGGER_VERBOSE = LOG_DEBUG+1
const int nidas::util::LOGGER_WARNING = LOG_WARNING