Function logDebug
Logs a message.
void logDebug(T...)
(
string fmt,
lazy T args
) nothrow;
Parameters
Name | Description |
---|---|
level | The log level for the logged message |
fmt | See http://dlang.org/phobos/std_format.html#format-string |