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.
pub fn record(entry: CommandLogEntry)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.