|
Boost : |
From: michael toksvig (michaeltoksvig_at_[hidden])
Date: 2005-05-19 18:28:50
i'd be interested in something similar to your own article here:
http://www.moderncppdesign.com/publications/cuj-08-2003.html
i.e. being able to do:
int a = 1;
std::string b = "test";
SOME_MACRO(some_log)(a)(b);
and have:
a = '1';
b = 'test';
appended to some_log
regards,
michael toksvig
"John Torjo" <john.lists_at_[hidden]> wrote in message
news:428CD8F0.1070601_at_torjo.com...
> Hi all,
>
> In order to make the Logging lib as usable as it can be, I'd like to know
> what is *your* scenario, when using a Logging lib.
>
> Thus, I'll do my best to make it as easy as possible to use my lib, and
> also tweak it to be easily usable in most common scenarios.
>
> Even if you scenario fits an already described one, please just reply to
> that email with something like "mine too!", so that I'll know which
> scenarios are most common.
>
> Thanks!
>
> Best,
> John
>
> --
> John Torjo, Contributing editor, C/C++ Users Journal
> -- "Win32 GUI Generics" -- generics & GUI do mix, after all
> -- http://www.torjo.com/win32gui/ -v1.6.3 (Resource Splitter)
> -- http://www.torjo.com/cb/ - Click, Build, Run!
>
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost
>
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk