pub fn render_line(line: &str) -> Vec<Cell>
Renders one line of a trace stream: a JSON tracing-subscriber record, or – if the line is not valid JSON, or lacks a recognized level – verbatim in the default attribute.
tracing-subscriber
level