pub fn markdown<S>(out: &mut S, level: &Level, span: &str, msg: &str) -> ResultExpand 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.