Skip to main content

markdown_table

Function markdown_table 

Source
pub fn markdown_table<S>(
    out: &mut S,
    level: &Level,
    span: &str,
    msg: &str,
) -> Result
where S: Write + ?Sized,
Expand description

Appends one captured log event as a Markdown table row.

The level and span receive fixed-width alignment while the message remains left aligned. A newline terminates the row.