|
From: Eric B. <eri...@pr...> - 2003-08-13 18:39:20
|
Log4cpp is working really well for me. There are a few features I'd like to see added. If I get a chance, I'll try to add them myself and submit patches, but these are my thoughts: - It looks like shutdown() is supposed to be called to clean up memory and resources for Category Objects? I'd like this to happen automatically somehow. - I'd like the PatternLayout be able to support putting the thread name and thread number in the output. I can add this for Win32, but don't know posix enough to do it there. - On Win32, build libraries for different compiler settings and generate #pragma comment(lib, ...) to get library linking automatically. (See <boost/regex/v3/regex_library_include.hpp for example.) (Be sure to include #pragma comment(lib, "wsock32.lib") too.) Is there any talk of adding log4cpp to boost? Eric |