View source: R/seasonder_log.R
seasonder_log | R Documentation |
This function creates a logging message and signals a seasonder_log condition.
seasonder_log(message, level = "info")
message |
A character string indicating the message to be logged. |
level |
A character string that defines the level of the log. It can be "info", "error", or "fatal". Default is "info". |
Invisibly returns the generated log message string.
seasonder_log("This is an info message")
seasonder_log("This is an error message", "error")
seasonder_log("This is a fatal message", "fatal")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.