Writes an informational message to the log. Message will be written to the log at the point the function is called.
log_info(msg, console = TRUE, blank_after = NULL, hide_notes = FALSE)
The message to log. The message must be a character string.
Whether or not to print to the console. Valid values are TRUE and FALSE. Default is TRUE.
Whether or not to print a blank line following the printed message. The blank line helps readability of the log. Valid values are TRUE and FALSE. Default is TRUE.
If notes are on, this parameter gives you the option of not printing notes for a particular log entry. Default is FALSE, meaning notes will be displayed. Used internally.
The object, invisibly
log_warning
to write a warning message to the log.