View source: R/unified_logger.R
| configure_logger | R Documentation |
Set global logger configuration
configure_logger(level = "INFO", console_output = FALSE, json_format = TRUE)
level |
Logging level: "DEBUG", "INFO", "WARN", or "ERROR". Default: "INFO" |
console_output |
Whether to enable console output. Default: FALSE |
json_format |
Whether to use JSON format for log messages. Default: TRUE |
Invisible logger object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.