home *** CD-ROM | disk | FTP | other *** search
- /*
- ** SYSLOG HEADER FILE
- */
-
- /*
- ** These are #define's for the various levels, and representative
- ** messages that might indicate their class.
- */
- #define LOG_ALERT 1 /* The disk is on fire */
- #define LOG_SALERT 2 /* /bin/rmail is filling up /usr/spool */
- #define LOG_EMERG 3 /* ??Like SALERT, but send to a file?? */
- #define LOG_ERR 4 /* Network was unreachable, is back */
- #define LOG_CRIT 5 /* Can't read /usr/lib/news/history */
- #define LOG_WARNING 6 /* Rnews just dropped an article */
- #define LOG_NOTICE 7 /* /usr/spool/news is filling up */
- #define LOG_INFO 8 /* Have 100 new articles in talk.foo */
- #define LOG_DEBUG 9 /* Expired article <34@site.uucp> */
-