This function is working like log_tictoc() but differs in that it continues
to count up rather than resetting the timer at every call. You can set the
start time using log_elapsed_start(), but if that hasn't been called it
will show the time since the R session started.
log_elapsed(..., level = INFO, namespace = NA_character_)
log_elapsed_start(level = INFO, namespace = NA_character_, quiet = FALSE)passed to log_level()
see log_levels()
x
Should starting the time emit a log message