log_error | R Documentation |
log_error()
does not stop the execution of the script, but it does print
the message to stderr.
log_error(message)
message |
A string containing a message to log. |
A message printed to stderr and an invisible character string copy of the entire log error message.
Other log:
log_message()
,
log_total_time()
,
survey_log()
log_error("This is an error message")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.