Crate syslog_proto

Crate syslog_proto 

Source
Expand description

Implementation of the syslog message format and protocol, compliant with RFC 5424.

Modules§

structured_data

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 MSG by 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.
PriorityError
Severity

Constants§

NIL
The NILVALUE as described in the RFC.
VERSION
The message format version that this crate is equipped to parse. This field appears in the syslog message header.