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
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
>
>
>
>
>
>
> 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
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
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