R/utils.R
cmap_log.Rd
Provides consistent logging messages using cli functions.
cmap_log(level = c("info", "success", "warn"), message, ...)
Character string specifying the log level: "info", "success", or "warn".
Character string with the message to log.
Additional arguments passed to the cli function.