Locking of file by RollingFileAppender

2006-03-27 Thread Shaily Goel
I am using Log4net RollingFileAppender to log messages in a local file and roll the file based on Size and time. Scenario: There can be multiple instance of my application running on windows. All instances log the message using log4net rollingFileAppender into same file (may be at same time). But

RE: Repeat ignores messages

2006-03-27 Thread Nicko Cadell
> -Original Message- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Sent: 28 January 2006 10:34 > To: log4net-user@logging.apache.org > Subject: Re: Repeat ignores messages > > > I've once done something similar for an in-house (Java) > logging framework in a past job. The way I

RE: Xml schema for Log4Net configuration

2006-03-27 Thread Nicko Cadell
The log4net configuration is set by using reflection, the xml configuration file is read and each element is matched up to a property or method on a .net object. By adding a new type you are extending the configuration syntax. There are a few xml elements and attributes that are specifically check

Re: Question about NDC and appenders

2006-03-27 Thread Morten Andersen
ThreadContext and a filter was perfect for me :) Thanks allot! Best Regards *Morten Andersen* Developer Vianett AS | [EMAIL PROTECTED] | Office: +47 69 20 69 74 | Skype: mortander Nicko Cadell wrote: The NDC is metadata attached to the

Re: newbie question about configuration

2006-03-27 Thread Michael Hinkel
Hi Ken, I am using .NET 1.1 but I don't think that there are any major differnces. My appender simply looks like: But most import