ossp-pkg/l2/l2.h 1.23 -> 1.24
--- l2.h 2001/09/12 08:08:46 1.23
+++ l2.h 2001/09/12 08:13:12 1.24
@@ -80,6 +80,7 @@
/* list of logging levels (high to low priority; low to high amount of logging) */
typedef enum {
+ L2_LEVEL_NONE = 0,
L2_LEVEL_PANIC = (1 << 0),
L2_LEVEL_CRITICAL = (1 << 1),
L2_LEVEL_ERROR = (1 << 2),
|
|