Re: Generating CSV file output

2009-03-25 Thread Scott Alexander
use a rolling file appender in the log4net.config file as: > > > < > > root> > > < > > level value="DEBUG" /> > > < > > appender-ref ref="RollingLogFileAppender" /> > > > root> > > > > > > No

Re: Generating CSV file output

2009-03-23 Thread Navin Mishra
More background. In my application I already use a log4net to log to a text file and I use a rolling file appender in the log4net.config file as: < < < To: log4net-user@logging.apache.org Sent: Monday, March 23, 2009 1:59:09 PM Subject: Generatinf CSV file output Hi,   Is it po

Generatinf CSV file output

2009-03-23 Thread Navin Mishra
Hi,   Is it possibel to generate a CSV file output with custom data using log4net ? I want to have a CSV file per day(which I could do using RollingFileAppender) but want to have custom comma delimited fields besides timestamp and message in there ? Is it possible ? Thanks in advance and

RE: file output

2004-10-01 Thread Nicko Cadell
004 12:38 > To: log4net-user@logging.apache.org > Subject: file output > > hi, > > i am using log4net in an application project with .net which > read from machine.config and when i added these configuration > to the machine.config to use the debu

file output

2004-09-28 Thread michael_lahzy
hi,   i am using log4net in an application project with .net which read from machine.config and when i added these configuration to the machine.config to use the debuger view..it works well