loggit_dots | R Documentation |
This function is used internally by the loggit
function to log messages, levels, and custom fields.
Similar to loggit_internal
, but with additional custom fields, and checks on those fields.
loggit_dots(log_lvl, log_msg, ..., echo, logfile = get_logfile())
log_lvl |
Log level. A atomic vector of length one (usually |
log_msg |
Log message. A atomic vector of length one (usually |
... |
Named arguments, each a atomic vector of length one, you wish to log. Will be coerced to |
echo |
Should the log entry (json) be echoed to |
logfile |
A |
Invisible NULL
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.