logging <- function(msg, ...) {
futile.logger::flog.info(msg, ...)
}
logDebug <- function(msg, ...) {
futile.logger::flog.debug(msg, ...)
}
logWarn <- function(msg, ...) {
futile.logger::flog.warn(msg, ...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.