nidas v1.2.3
Integer Logger Levels
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

◆ LOGGER_ALERT

const int nidas::util::LOGGER_ALERT = LOG_ALERT

◆ LOGGER_CRIT

const int nidas::util::LOGGER_CRIT = LOG_CRIT

◆ LOGGER_CRITICAL

const int nidas::util::LOGGER_CRITICAL = LOG_CRIT

◆ LOGGER_DEBUG

const int nidas::util::LOGGER_DEBUG = LOG_DEBUG

Referenced by main().

◆ LOGGER_EMERG

const int nidas::util::LOGGER_EMERG = LOG_EMERG

◆ LOGGER_EMERGENCY

const int nidas::util::LOGGER_EMERGENCY = LOG_EMERG

◆ LOGGER_ERR

const int nidas::util::LOGGER_ERR = LOG_ERR

◆ LOGGER_ERROR

const int nidas::util::LOGGER_ERROR = LOG_ERR

◆ LOGGER_INFO

const int nidas::util::LOGGER_INFO = LOG_INFO

◆ LOGGER_NONE

const int nidas::util::LOGGER_NONE = LOG_EMERG-1

◆ LOGGER_NOTICE

const int nidas::util::LOGGER_NOTICE = LOG_NOTICE

◆ LOGGER_PROBLEM

const int nidas::util::LOGGER_PROBLEM = LOG_ERR

◆ LOGGER_VERBOSE

const int nidas::util::LOGGER_VERBOSE = LOG_DEBUG+1

◆ LOGGER_WARNING

const int nidas::util::LOGGER_WARNING = LOG_WARNING