
He he ;) That's another lib altogether (SMART_ASSERT). I plan to enhance it and to make it use the Logging lib internally. I will certainly do so as soon as I can find some time for it (plenty of things on my plate right now) Best, John
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,
-- 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!