Learn R Programming

BayesianDisaggregation (version 0.1.2)

log_msg: Log message with timestamp

Description

Internal helper that prints a timestamped message when the current log level is at least level.

Usage

log_msg(level = "INFO", ...)

Arguments

level

Character level: "TRACE","DEBUG","INFO","WARN","ERROR".

...

Message components (will be concatenated with spaces).