RE: Better support for logging from an Appender

2016-10-26 Thread Dominik Psenner
ronment where log4net.internal.debug is false. Probably > using a "once-only" logging technique which only logs the error the first > time it occurs. > > > -----Original Message- > From: Stefan Bodewig [mailto:bode...@apache.org] > Sent: 22 October 2016 22:18 > To: L

RE: Better support for logging from an Appender

2016-10-26 Thread Joe
where log4net.internal.debug is false. Probably using a "once-only" logging technique which only logs the error the first time it occurs. -Original Message- From: Stefan Bodewig [mailto:bode...@apache.org] Sent: 22 October 2016 22:18 To: Log4NET Dev Subject: Re: Bett

Re: Better support for logging from an Appender

2016-10-22 Thread Stefan Bodewig
On 2016-10-21, Joe wrote: > From within DoAppend, there is a flag m_recursiveGuard which should > prevent re-entrancy problems from a synchronous appender's Append > method. For an asynchronous appender there would need to be an > additional check since it will want to log from a different