Prints a timestamped log message to screen. Implementation function.
Prints the arguments as they are if possible (if they are some variant of char or char[]), and otherwise tries to coerce them by using std.conv.to.
The LogLevel to treat this message as being of.
Variadic arguments to compose the output message with.
Prints a timestamped log message to screen. Implementation function.
Prints the arguments as they are if possible (if they are some variant of char or char[]), and otherwise tries to coerce them by using std.conv.to.