Skip to contents

log_error() does not stop the execution of the script, but it does print the message to stderr.

Usage

log_error(message)

Arguments

message

A string containing a message to log.

Value

A message printed to stderr and an invisible character string copy of the entire log error message.

See also

Examples

log_error("This is an error message")
#> [2025-02-03 21:45:57.6683] ERROR: This is an error message