Expand description
Implementation of the syslog message format and protocol, compliant with RFC 5424.
Modules§
Structs§
- Facility
- Header
- Message
- Priority
- Syslog priority value, composed of a facility (log producer type) and severity (log level).
Enums§
- Payload
- A message payload, called
MSGby the RFC. Contains either an opaque binary blob or a UTF-8 encoded string. The string payload does not include the UTF-8 BOM, this is stripped at parse-time. - Priority
Error - Severity