[][src]Function syslog_loose::parse_message

pub fn parse_message(input: &str) -> Message<&str>

Parses the message. For messages where the timestamp doesn't specify a year it just takes the current year.

Arguments

  • input - the string containing the message.