Skip to main content

parse

Function parse 

Source
pub fn parse(input: &str) -> Result<CefRecord, CefError>
Expand description

Parse a CEF line into a CefRecord.

Expects input starting at CEF: (use find_cef_start to locate it within a syslog-wrapped line).