LBS log levels are identical to GLL levels

Controls the amount of data coming from syslog. More...

Defines

#define LOG_EMERG   0
 system is unusable
#define LOG_ALERT   1
 action must be taken immediately
#define LOG_CRIT   2
 critical condition
#define LOG_ERR   3
 error conditions
#define LOG_WARNING   4
 warning conditions
#define LOG_NOTICE   5
 normal but significant condition
#define LOG_INFO   6
 informational
#define LOG_DEBUG   7
 debug-level messages

Detailed Description

Controls the amount of data coming from syslog.

Priority codes 0 through 7 are available. Lower numbers have HIGHER priority. See GL Debug Facilities.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines