Function archivist_lib::logs::debuglog::convert_debuglog_to_log_message
source ยท pub fn convert_debuglog_to_log_message(
record: &DebugLogRecord,
) -> Option<LogsData>
Expand description
Parses a raw debug log read from the kernel. Returns the parsed message and its size in memory on success, and None if parsing fails.