Logging and tracing in D

H. S. Teoh hsteoh at quickfur.ath.cx
Tue Aug 6 11:55:30 PDT 2013


On Tue, Aug 06, 2013 at 08:54:48PM +0200, Andre Artus wrote:
> >David wrote:
> >Am 06.08.2013 19:22, schrieb Andre Artus:
> >>-- 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.
> >
> >There is std.log (proposed), it doesn't work, I don't like its API.
> 
> I take it that it hasn't been documented yet, at least I could not
> find it on dlang.org.
[...]

Sounds like it's not merged into the official codebase yet.


T

-- 
Always remember that you are unique. Just like everybody else. -- despair.com


More information about the Digitalmars-d-learn mailing list