AppenderSkeletion lock in DoAppend

2015-03-04 Thread Gert Kello
Hi. I'm trying to create a database appender which high throughput... I looked at code in AppenderSekeletion.DoAppend() method and saw following comment: public void DoAppend(LoggingEvent loggingEvent) { // This lock is absolutely critical for correct formatting // of the mess

Re: AppenderSkeletion lock in DoAppend

2015-03-04 Thread Gert Kello
an handle it > properly. J > > > > Cheers > > > > *Von:* Gert Kello [mailto:gert.ke...@gmail.com] > *Gesendet:* Mittwoch, 04. März 2015 09:28 > *An:* log4net-user@logging.apache.org > *Bet**reff:* AppenderSkeletion lock in DoAppend > > >

Re: AppenderSkeletion lock in DoAppend

2015-03-05 Thread Gert Kello
> > > > I might be wrong, but something like that does the recursive guard detect > and resolve. > > > > For the other question you’ll have to accept my apologies because I can’t > answer the question „how to write code“. J > > > > *Von:* Gert Kello [mail

Debug info file for log4net release

2015-03-05 Thread Gert Kello
Hi. Is it possible to download the log4net.pdb file for log4net-1.2.13-bin-newkey.zip? So that debugging log4net would be possible without making custom build. Is there some reason why it is not included in zip? Would You consider adding it to coming releases? Gert

Re: Log4Net Logging of two different levels to two different appenders for the same logger

2015-08-07 Thread Gert Kello
Please refer to the question and answer in http://stackoverflow.com/a/21188397/179494 . > > I have a similar config (see below), but at the moment DEBUG statements > (and above) also print in the console. My understanding is that with this > config, only ERROR and above should print in the console