home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume11 / syslog / syslog.h < prev   
Encoding:
C/C++ Source or Header  |  1987-08-27  |  669 b   |  18 lines

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