Syslog messages
Each message has:
- a level indicating the importance (8 levels)
- LOG_EMERG highest priority
- LOG_DEBUG lowest priority
- a facility that indicates the type of process that sent the message:
- LOG_MAIL, LOG_AUTH, LOG_USER, LOG_KERN, LOG_LPR, . . .
- A text message.