Skip to main content

markdown

Function markdown 

Source
pub fn markdown<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 line.

Level, span, and message are rendered as inline-code columns separated by spaces. A newline terminates the entry.