Re: asynchronous logging

2013-07-30 Thread Michael Schall
You could try the BufferingForwardingAppender. We use this while writing to a file (we usually buffer up 512 events) and I believe we use LogicalThreadContext for certain things we want logged. You can setup an evaluator so that the buffer is flushed at certain times other than size. We do so if

Re: Forth digit in version number

2011-09-21 Thread Michael Schall
I think it would be beneficial to add the svn url (with revision) to the assembly description then so this information is available to the end user. On Wed, Sep 21, 2011 at 3:51 AM, Stefan Bodewig wrote: > Hi all, > > after playing with it I was faced with a compiler warning about the > format.  

Re: Forth digit in version number

2011-09-08 Thread Michael Schall
ig wrote: > On 2011-09-08, Michael Schall wrote: > > > We set the forth digit to 0 for the AssemblyVersion attribute and SVN > > revision number for the AssemblyFileVersion attribute. This way you can > > slipstream fixes without breaking compatibility with other'

Re: Forth digit in version number

2011-09-08 Thread Michael Schall
We set the forth digit to 0 for the AssemblyVersion attribute and SVN revision number for the AssemblyFileVersion attribute. This way you can slipstream fixes without breaking compatibility with other's code, but you still have the revision number if you want it. We also add the actual SVN url to

[jira] Commented: (LOG4NET-105) [PATCH] logical thread context

2009-02-09 Thread Michael Schall (JIRA)
[ https://issues.apache.org/jira/browse/LOG4NET-105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671899#action_12671899 ] Michael Schall commented on LOG4NET-105: I tried to apply this patch to 1.