From: Konstantin L. <1da...@ma...> - 2007-03-07 17:39:24
|
Hello, Lazy! You wrote to <log...@li...> on Wed, 7 Mar 2007 21:11:30 +0530: LL> I'm having some weird crashes when I'm using log4cpp over dll's. LL> I'm just using a single category (root), and every dll basically logs LL> on to that using the same macro. LL> What are the best practices in using log4cpp across dll's ? Every time I hear about log4cpp wierd crashes it is build problems. Make sure that all dlls use same runtime and same build ABI-compatible settings. log4cpp should be dll. Use depends.exe to see what runtime each dll use. With best regards, Konstantin Litvinenko. |