Core logging function with timestamp and glue support
log_message(level, ..., verbose = TRUE, wrap = TRUE, .envir = parent.frame())Character string for log level (INFO, OKAY, WARN, EXIT)
Character strings to log
Logical. Whether to print the message
Logical. Whether to wrap long messages
Environment for glue interpolation