loggit_internal {loggit2} | R Documentation |
Internal logging function
Description
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.
Usage
loggit_internal(
log_lvl,
log_msg,
log_call = NULL,
echo = get_echo(),
logfile = get_logfile(),
call_options = get_call_options()
)
Arguments
log_lvl |
Log level. A atomic vector of length one (usually |
log_msg |
Log message. A atomic vector of length one (usually |
log_call |
Call object to log as call leading to the log message. |
echo |
Should the log entry (json) be echoed to |
logfile |
A |
call_options |
List of options regarding logging of call objects. As set by |
Value
Invisible NULL
.
[Package loggit2 version 2.4.0 Index]