Logging and tracing in D
Andre Artus
andre.artus at gmail.com
Tue Aug 6 10:22:11 PDT 2013
-- snip--
> and you get pretty formatted message in console(add log file
> writer if needed), and you get "smart" logging for free, in
> that way it will be generated only for debug mode(in release it
> will be skipped because of debug specifier).
Thanks, can I take it that there is no official library for this
kind of thing then? I would think it generally useful. Perhaps it
can be considered for inclusion into Phobos.
More information about the Digitalmars-d-learn
mailing list