log

Polymorphic logging function. Prints to the console when unit testing and on Linux, otherwise uses the system logger on Windows.

@trusted
void
log
(
A...
)
(
auto ref A args
)

Meta