Re: Question on Logging customized information

2004-12-28 Thread Kiran Raja
/log4net/release/manual/configuration.html#HC-11869225 Regards, Kiran Raja "Patrick Cheng" <[EMAIL PROTECTED]> 12/28/2004 03:46 AM Please respond to "Log4NET User" To "Log4NET User" cc Subject Question on Logging customized information Hi, I would like

RE: Question on Logging customized information

2004-12-28 Thread Collier, Mike
ersionPattern.   I'm not sure if that is the best way, but so far so good.  ;) From: Patrick Cheng [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 28, 2004 3:46 AMTo: Log4NET UserSubject: Question on Logging customized information Hi, I would like to log some data via ADONETAppender in

Question on Logging customized information

2004-12-28 Thread Patrick Cheng
Hi, I would like to log some data via ADONETAppender into my own log table. Say, my table LOG has column A(varchar(100)) and B (varchar(100)). I do not want to log the default information such as %logger %thread %logdate etc... instead i want to log my own A and B values into the database.