Skip to main content

record

Function record 

Source
pub fn record(entry: &LogRecord)
Expand description

Appends one record. Best effort: every error is swallowed (logged at tracing::debug) so logging can never affect the caller’s exit code.