Skip to main content

record

Function record 

Source
pub fn record(
    severity: Severity,
    area: &str,
    volume: Option<String>,
    message: String,
)
Expand description

Record one diagnostic event (ring + sinks). Normally reached via the tracing layer rather than called directly.