Boost logo

Boost Users :

Subject: Re: [Boost-users] Boost.Log formal review upcoming
From: Roland Bock (rbock_at_[hidden])
Date: 2010-03-01 08:30:21


Vladimir Prus wrote:
> Boosters,
>
> the formal review of the Boost.Log library, written by Andrey Semashev, will
> start in a week from now, on March 8, 2010 and will run through March 17, 2010.
>
> The documentation for the current version is available at:
>
> http://boost-log.sourceforge.net
>
> The downloads at at:
>
> http://sourceforge.net/projects/boost-log
>

Andrey,

most of what I see looks very nice to me. What I'd like to know is:
Isn't there a way to get rid of the MACROS? Personally I'd like to see
the code the compiler sees.

For instance, instead of

BOOST_LOG_SEV(slg, normal) << "A regular message";

I'd like to use something like

slg.log(normal) << "A regular message";

Or maybe even shorter:

slg(normal) << "A regular message";

Regards,

Roland


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net