debugLogf

Outputs a debug string in either: - stdout on POSIX-like (visible in the command-line) - the Output Windows on Windows (visible withing Visual Studio or with dbgview.exe) Warning: no end-of-line added!

extern (C) nothrow @nogc
void
debugLogf
(
const(char)* fmt
,)

Meta