ctLog

Compile-time logging in format similar to compiler diagnotics messages.

mixin template ctLog (
string msg
string file = __FILE__
size_t line = __LINE__
)

See Also

Meta