Using glog's design for Phobos?
Masahiro Nakagawa
repeatedly at gmail.com
Thu Aug 26 00:17:05 PDT 2010
On Thu, 26 Aug 2010 12:59:19 +0900, Andrei Alexandrescu
<SeeWebsiteForEmail at erdani.org> wrote:
> Hello,
> At my workplace we're using Google's logging library glog
> (http://google-glog.googlecode.com/svn/trunk/doc/glog.html), and the
> more I use it, the more I like it. It's simple, to the point, and
> effective.
> I was thinking it would be great to adapt a similar design into Phobos.
> There will be differences such as use of regular argument lists instead
> of << etc., but the spirit will be similar. What do you think?
>
I am using glog and gtest in my project. These tools are very useful :)
I think we need useful and handy logging module for Phobos.
Yeah, glog is one of the candidates.
Masahiro
More information about the Digitalmars-d
mailing list