
Hi John, Nice to have you back on track. I was looking at your library, because I am developing one myself and I ran in a tricky problem and was wondering how did you solve it. Let's say you have this code: [...] int foo() { LDBG_ << "foo called"; return 42; } [...] int main(int argc, char **argv) { [...] LDBG_ << "foo returned: " << foo(); [...] } How does it behave? Are you using a stack? And how do you handle multi-threading in such case?? You'll tell me: "look at my code", and you would be right :) But just wondering if you though specifically to this pb and if you tackled it so maybe I can get some inspiration from you ;p Thanks JD
Hi all,
I've completed a major update of Boost Log: http://torjo.com/log2/
- added scenarios - allow for fast compiles - updated docs - compiles with gcc 3.4.2 and VC 2005
Feedback is most welcome!
Still to do: - update docs (in parts of the docs I use obsolete examples) - use TLS
Best, John