Skip to main content

record

Function record 

Source
pub fn record(entry: CommandLogEntry)
Expand description

Record a finished command on the global log. Lock-poison-safe: a poisoned mutex drops the entry rather than panicking — logging must never take down a real operation.