in src/kvp.rs [107:112]
fn level(&self) -> &'static str { match self { SpanStatus::Success => "INFO", SpanStatus::Failure => "ERROR", } }