R/timestamped_cat.R
timestamped_cat.Rd
This function prints messages with a timestamp.
timestamped_cat(...)
The messages to print.
None. The function prints the messages to the console.
timestamped_cat("This is a message.") #> [2024-10-25 00:15:51] This is a message.