These functions provide a consistent logging interface with automatic timestamping, glue-style string interpolation, and support for multiple string arguments.
Character strings to be logged. Will be collapsed with spaces. Supports glue-style interpolation with curly braces.
Logical. Whether to actually print the log message.
Logical. Whether to wrap long messages (default TRUE).
Environment for glue interpolation (default: parent frame).