Implementing std.log

Robert Clipsham robert at octarineparrot.com
Sat May 14 12:50:19 PDT 2011


On 14/05/2011 18:04, Andrei Alexandrescu wrote:
> On 5/9/11 1:52 AM, Andrei Alexandrescu wrote:
> [snip]
>
> I updated my std.log draft. Added a lot of features including formatted
> writing, delayed logging, and a variety of configuration options.
> Replaced the redundant log.xyz with logXyz. The implementation is
> getting close to reviewable form.
>
> Documentation:
>
> http://d-programming-language.org/phobos-prerelease/std_log.html
>
> Source:
>
> https://github.com/andralex/phobos
>
> Feedback welcome.
>
>
> Thanks,
>
> Andrei

I far prefered log.xyz to logXyz... The latter just looks ugly in my 
opinion. A also notice all those functions return FileLoggers, how will 
this work when other backends are supported?

-- 
Robert
http://octarineparrot.com/


More information about the Digitalmars-d mailing list