Prints a timestamped log message to screen as per the passed compile-time pattern, in printf style. Implementation function.
Uses formattedWrite to coerce the passed arguments as the format pattern dictates.
Compile-time pattern to validate the arguments and format the output with.
The LogLevel to treat this message as being of.
Variadic arguments to compose the output message with.
Prints a timestamped log message to screen as per the passed compile-time pattern, in printf style. Implementation function.
Uses formattedWrite to coerce the passed arguments as the format pattern dictates.