Re: Generating CSV file output

2009-03-25 Thread Scott Alexander
I created a custom appender for CSV output. Note: i had to recompile log4net to make the RollFile method virtual. Hope this helps. Scott private static DevicePointValueCsvAppender CreateCsvAppender(string modbusMasterName, IEnumerable values) { var appender = new DevicePoint

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 possibel to genera