Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
125 views

Why does boost.log crash on Windows XP?

I'm using boost.log. Apart from the extreme amount of agro actually getting and building it, it's been running OK on Windows 7 and Vista. I'm now trying to use the application on Windows XP, but ...
26
votes
2answers
4k views

Experience using Boost.Log logging library?

I am considering starting to use the Boost.Log logging library. Is anyone using Boost.Log? Please share your experiences in this regard. The other libraries I am considering are Apache log4cxx (it ...
1
vote
1answer
282 views

Boost.Log vs. Boost.Log v2

I am currently evaluating some log frameworks for unmanaged C++. My question is what is the difference between Boost.Log and Boost.Log v2. The Api is different ? It is safe to use Boost.Log v2 in a ...