Skip to contents

This function prints messages with a timestamp.

Usage

timestamped_cat(...)

Arguments

...

The messages to print.

Value

None. The function prints the messages to the console.

Examples

timestamped_cat("This is a message.")
#> [2024-10-25 00:15:51] This is a message.