R/logging.R
log_error.Rd
log_error() does not stop the execution of the script, but it does print the message to stderr.
log_error()
log_error(message)
A string containing a message to log.
A message printed to stderr
log_error("This is an error message") #> [2024-11-27 15:57:03.9558] ERROR: This is an error message