Re: Multiple applications to a log4net remoting server

2014-11-21 Thread Svante Seleborg
Hello, Check out if the following meets your needs: https://log4netremotelogging.codeplex.com/ . Best regards, Svante On Fri, Nov 21, 2014 at 12:29 PM, Wim Sturkenboom < wim.sturkenb...@hambisana.com> wrote: > Hello all > > > > Let me start saying that I know about nothing about log4net (even

Re: log4net rolling file appender losing log files during roll over

2014-01-14 Thread Svante Seleborg
Hello, There is a known issue with log4net when you have mulitple sites logging to the same file causing this exact situation (among other issues). Please ensure this is not the case in your configuration. Just guessing, but I might also guess that you'd risk seeing the same problem under heavy lo

Re: Tcp Appender

2011-12-22 Thread Svante Seleborg
There's the UDP appender and the fine listener here: http://logview4net.com/ . Also, as mentioned the RemotingAppender and a fine listener (if I may say so myself) here: log4netremotelogging.codeplex. Svante On Thu, Dec 22, 2011 at 11:56 AM, Pascal ROZE wrote: > Hello > > And the RemotingAppe

Re: Log Files Role Over After 1 Entry

2011-05-02 Thread Svante Seleborg
You are probably logging from several AppDomains to the same log file. This is not really supported by Log4Net, not even with the 'minimal' locking style. Try the http://log4netremotelogging.codeplex.com/ which solves this and other issues whith several log sources. Svante On Tue, May 3, 2011 at

Re: Issue with rolling based on date

2011-02-28 Thread Svante Seleborg
The log4net remote logging service http://log4netremotelogging.codeplex.com/ solves this issue, and some others too. Svante

log4net Remote Logging Server Service - a remote logging listener as a Windows Service

2010-09-03 Thread Svante Seleborg
Hello, I've published a convenience wrapper around the log4net remoting receiver plug-in RemoteLoggingServerPlugin, in the form of an installer for a Windows Service. This makes it easy to make use of the RemoteAppender to send logs to a single location for consolidation etc. It also resolves a