Unofficial Dub Package Documentation
module
poison.debugging.log
;
void
log
(
string
msg
) {
import
std.stdio
:
writeln
;
writeln
(
msg
); }
[Docs]
poison.debugging.log
[Docs]
log