Constant MAXLINE

Source
pub const MAXLINE: usize = 8192;
Expand description

Maximum number of characters of syslog message. According to RFC5424. However syslog-protocol also may state that the max message will be defined by the transport layer.