pub fn record( severity: Severity, area: &str, volume: Option<String>, message: String, )
Record one diagnostic event (ring + sinks). Normally reached via the tracing layer rather than called directly.