Re: Tcp Appender

2011-12-22 Thread Michele Lepri
Thanks for the replies ! I didn't know about http://logview4net.com/ , very nice: I will take a look now at it. I discard the UDP appender because, you know, UDP guarantees neither that messages arrive, nor that they arrive in the correct order, and I don't like it in my case. About Romoting: I

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: Tcp Appender

2011-12-22 Thread Pascal ROZE
Hello And the RemotingAppender ? On 22 December 2011 11:23, Michele Lepri wrote: > Hello all, > this is my first time here ^^ > > I can't find any Tcp Appender on the net, and so I'm going to write one > because I want to use it for monitoring purpose in development environment. > If the work w

Tcp Appender

2011-12-22 Thread Michele Lepri
Hello all, this is my first time here ^^ I can't find any Tcp Appender on the net, and so I'm going to write one because I want to use it for monitoring purpose in development environment. If the work will be fine I will publish it. I would like to ask to you: any advice about it? I know it will