Re: AdoNetAppender problem.

2007-01-11 Thread Karel Kral
Did you ever watch debug output in Visual Studio? In my experience an ADONetAppender is unable to correctly close on program shutdown and these exceptions are written to debug output. I have found a simple solution: to call LogManager.Shutdown on program exit. - Prostredi: VB.NET, VS2005 P

RE: Which patterns are allowed for naming File appenders?

2007-01-11 Thread Wayne Bradney
Never mind. I found that RollingFileAppender can now roll by date. I'll give that a shot. Wayne M. Bradney Application Architect, Derivatives & Structured Products Wall Street Systems, 1290 Avenue of the Americas, 22nd Floor, New York, NY 10104 Phone:

RE: Could not find schema information for the element 'log4net'

2007-01-11 Thread Wayne Bradney
You might need the full assembly name, eg. mine says: Wayne M. Bradney Application Architect, Derivatives & Structured Products Wall Street Systems, 1290 Avenue of the Americas, 22nd Floor, New York, NY 10104 Phone: +1 212 809

Could not find schema information for the element 'log4net'

2007-01-11 Thread Yoav Atzmony
Hi, I am getting the following error upon compile of .Net 2 , Web App in C#: Could not find schema information for the element 'log4net' Every element in the web.config file is also returning the same above message. I am using log4net 1.2.10 (using the release dll from the 2.0 folder, but thi

Which patterns are allowed for naming File appenders?

2007-01-11 Thread Wayne Bradney
It seems that %processid is the only PatternString that works in the name of a File appender. I've tried to use %date{} in various ways, but that seems to prevent a log file from being created at all. Is this by design? I'm trying to create a separate log file for each invocation of my application,

Re: AdoNetAppender problem.

2007-01-11 Thread Cheng
does any one experience of loss log entries when using AdoNetAppender? I have both RollingFileAppender and AdoNetAppender in one of my application. From time to time, there were some of log entries missing in the database but they were in the log file. The bufferSize is set to 1. On 1/8/07, bo