Skip to main content

render_line

Function render_line 

Source
pub fn render_line(line: &str) -> Vec<Cell>
Expand description

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.