|
|
1.1 root 1: /* @(#)strlog.h 1.2 (Spider) 90/11/23 */
2:
3: #ifndef _SYS_STRLOG_
4: #define _SYS_STRLOG_
5:
6: /*
7: * Log message flags
8: */
9:
10: #define SL_FATAL 0x01 /* indicates fatal error */
11: #define SL_NOTIFY 0x02 /* logger must notify administrator */
12: #define SL_ERROR 0x04 /* include on the error log */
13: #define SL_TRACE 0x08 /* include on the trace log */
14: #define SL_CONSOLE 0x10 /* log message to console */
15: #define SL_WARN 0x20 /* warning message */
16: #define SL_NOTE 0x40 /* notice message */
17:
18: #endif /* _SYS_STRLOG_ */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.