pub fn basic_info(buf: &[u8]) -> Result<(BootInstant, RawSeverity), ParseError>
Expand description
Extracts the basic information of a log message: timestamp and severity.
pub fn basic_info(buf: &[u8]) -> Result<(BootInstant, RawSeverity), ParseError>
Extracts the basic information of a log message: timestamp and severity.