Skip to contents

Provides consistent logging messages using cli functions.

Usage

cmap_log(level = c("info", "success", "warn"), message, ...)

Arguments

level

Character string specifying the log level: "info", "success", or "warn".

message

Character string with the message to log.

...

Additional arguments passed to the cli function.