On Thu, Dec 1, 2011 at 10:46 PM, Charley Bay <charleyb...@gmail.com> wrote: > That code is not re-entrant, because the "logging object" can be intercepted > by other threads entering that function.
Not if such objects are local to that thread using QThreadStorage (or you do other work to make this safe), which I'm pretty sure would be a requirement for something like this. _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest