loggit_internal {loggit2} | R Documentation |
This function is used internally by the loggit
function to log messages and levels.
No checks are performed on the input, so it should used with caution.
loggit_internal(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 |
echo |
Should the log entry (json) be echoed to |
logfile |
A |
Invisible NULL
.