Hi,
Which log4 are you using? For log4net you can implement a LockingModel
[1] for the (rolling) file appender that wraps the aquired stream. This
works quite nicely for compression (wrap the underlaying file stream in a
gzip stream [2]) or encryption (wrap in crypto stream [3]).
Just ensure t
dpsenner wrote on 18.08.2017 12:05:29:
>
> Github user dpsenner commented on a diff in the pull request:
>
>
https://github.com/apache/logging-log4net/pull/15#discussion_r133923978
>
> --- Diff: src/Appender/FileAppender.cs ---
> @@ -695,7 +704,10 @@ public override void ReleaseLoc
Hi
Gary Gregory wrote on 19.05.2017 23:01:10:
> Howdy,
>
> Thank you for the link.
>
> This is fine until you want to manage more than once major version in
one
> repo, right?
>
> Over at HttpComponents, we have decided for now to keep to one repo, as
> opposed to one repo per major version.
Dominik Psenner wrote on 19.04.2017 10:40:17:
>
> I completely purged that mess from my memory. We need a solution that
> just works and links to generated code are not "the solution"©. :-) When
> I build log4net I get the following files:
>
> * log4net.dll
> * log4net.pdb
> * log4net.xml
>