Re: Inconsistent results observed while using BufferingForwardAppender

2014-08-15 Thread Ananth Tatachar
Thanks a lot Sir, I will implement this idea and I will let you know if it works for me. On Thu, Aug 14, 2014 at 1:45 PM, Michael Schall wrote: > Try adding the thread name to your conversion to ensure it is a different > thread > > http://opengrok.factset.com/source/s?path=ss.fffzzz&project=/p

Re: Inconsistent results observed while using BufferingForwardAppender

2014-08-14 Thread Michael Schall
Try adding the thread name to your conversion to ensure it is a different thread http://opengrok.factset.com/source/s?path=ss.fffzzz&project=/platform/wauds/mainline>} %property{hostname} [%thread] %property{guid} %message%newline" /> It seems more likely that a thread is being reused. Mike

Inconsistent results observed while using BufferingForwardAppender

2014-08-14 Thread Ananth Tatachar
I am working with log4net version : 1.2.12.0 . I am getting inconsistent results , while using RollingFileAppender with BufferingForwardAppender. My application is a multithreaded application. I spawned 5 threads Each will call the constructor of MyClass and SomeFunction once. My application's