KamelosoLogger.printImpl

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.

class KamelosoLogger
private
void
printImpl
(
Args...
)
(,
auto ref Args args
)

Parameters

logLevel LogLevel

The LogLevel to treat this message as being of.

args Args

Variadic arguments to compose the output message with.