Re: AdoNetAppender for SQL db issue

2007-04-30 Thread nmarun
I found out the error: --- Move the commandText line after all the parameter nodes. Thanks Arun nmarun wrote: > > Hi Log4Net developers/users, > > I'm currently developing a logging mechanism for our company and I'm > having an issue with the below code - its

RE: %l to %level difference..

2007-04-30 Thread nmarun
Hi Nick, I was using an older version. The latest one works perfectly fine. Thanks again Arun nicko wrote: > > Which version of log4net are you using? > > > Nicko Cadell > log4net development > http://logging.apache.org/log4net > > -Original

%l to %level difference..

2007-04-30 Thread nmarun
Hi, I'm having an trouble with %l and %level specifiers. My RollingLogFileAppender is as below: [CODE] [/CODE] When i look into the log file, I see a va

AdoNetAppender for SQL db issue

2007-04-30 Thread nmarun
Hi Log4Net developers/users, I'm currently developing a logging mechanism for our company and I'm having an issue with the below code - its not working!! [code]