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

Examples

log_error("This is an error message")
#> [2024-11-27 15:57:03.9558] ERROR: This is an error message