record_logs

Function record_logs 

Source
fn record_logs(recorded_logs: &mut Option<Vec<Log>>, log: &Log)
Expand description

Records a log into the recorded logs vector, if it exists.