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
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.
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'
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
[
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.