Description Usage Arguments Details
logger message convenience function
1 2 3 4 5 | log_message(
message,
level = c("DEBUG", "INFO", "WARN", "ERROR", "FATAL"),
token = NULL
)
|
message |
String of message to be written in log. See |
level |
Set priority level of the message (number or character). See |
token |
Use token bound to this identifier. |
Does nothing if logger doesn't exist.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.