I want to write a log file in c++.
I am processing certain things and thus i need to maintain a log of the properties of the things that i process so that i could revert bac
Why not use one of the many logging frameworks available, like Apache log4cxx? I would suggest this rather than attempting to roll your own - why re-invent the wheel?