debugLog

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!

nothrow @nogc
void
debugLog
(
const(char)* message
)

Meta