I'm fairly new to log4cpp so I deceided to get used to it by playing around a bit with the code provided as test cases.
I implemented some simple wrapper around log4cpp and added them to a project I'm working on. This project includes a facility for checking memory leaks - and it reports a lot of them in the log4cpp code. My guess is that the way I cleanup my class is not correct. I'm calling log4cpp::Category::shutdown() for freeing all memory as this is done in the test cases but that's not sufficient. I scanned through the documentation and CVS and realized the Log4CppCleanup class which is not any longer availabe.
Are there any plans to revive such a central cleanup methd?
If not, how am I supposed to clean up everything?
Thanks
Michael
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi *,
(log4cpp v. 0.3.4b/win2k)
I'm fairly new to log4cpp so I deceided to get used to it by playing around a bit with the code provided as test cases.
I implemented some simple wrapper around log4cpp and added them to a project I'm working on. This project includes a facility for checking memory leaks - and it reports a lot of them in the log4cpp code. My guess is that the way I cleanup my class is not correct. I'm calling log4cpp::Category::shutdown() for freeing all memory as this is done in the test cases but that's not sufficient. I scanned through the documentation and CVS and realized the Log4CppCleanup class which is not any longer availabe.
Are there any plans to revive such a central cleanup methd?
If not, how am I supposed to clean up everything?
Thanks
Michael