Re: Memory Leak with MFC

2010-12-13 Thread Fabian Jacquet
Are you sure that log4cxx is loaded after MFC? You can check it with the "/VERBOSE:LIB" option of the linker. On Sun, Dec 12, 2010 at 11:50, Noam Rathaus wrote: > Hi, > > I tried your method, it didn't go away :( > > I even verified that it was looking at my ignore list but not adding back > log4

SetLevel per appender?

2010-12-13 Thread neemarr
Is there any way to set the log level (fatal, error, info) local to each appender instead of setting it to a Logger. For example if I have an appender of ConsoleAppender and RollingFileAppender, I want to be able to set the console to be Info and above and the file to be error above. thanks -- V

Re: SetLevel per appender?

2010-12-13 Thread Krzysztof Bieleń
> > Hi, On 2010-12-13 18:05, neemarr wrote: > Is there any way to set the log level (fatal, error, info) local to each > appender instead of setting it to a Logger. For example if I have an > appender of ConsoleAppender and RollingFileAppender, I want to be able to > set the console to be Info and