R/logging.R
log_step.Rd
Append a step to a run log
log_step(log, message, data = NULL)
A run-log object.
A short description of the step.
An optional named list of step details.
The updated run-log object.