* Add a MAXDEBUG log level.
This commit is contained in:
13
log.h
13
log.h
@ -21,12 +21,13 @@
|
||||
#ifndef __ERR_H__
|
||||
#define __ERR_H__
|
||||
|
||||
#define E_OFF 0
|
||||
#define E_FATAL 1
|
||||
#define E_ERROR 2
|
||||
#define E_WARN 3
|
||||
#define E_INFO 4
|
||||
#define E_DEBUG 5
|
||||
#define E_OFF 0
|
||||
#define E_FATAL 1
|
||||
#define E_ERROR 2
|
||||
#define E_WARN 3
|
||||
#define E_INFO 4
|
||||
#define E_DEBUG 5
|
||||
#define E_MAXDEBUG 6
|
||||
|
||||
enum _log_facility
|
||||
{
|
||||
|
Reference in New Issue
Block a user