templates | R Documentation |
Template loggers for convenience.
infoLog(prefix = "INFO") errorLog(prefix = "ERROR") warningLog(prefix = "WARNING") successLog(prefix = "SUCCESS")
prefix |
The prefix to use, this is passed to Logger. |
info <- infoLog() info$log("Information")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.