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