RE: Multi-database appender

2004-08-22 Thread Nicko Cadell
database. You will either need to disable/remove the buffering or to have a separate buffer for each database. Nicko > -Original Message- > From: Przemyslaw Skrzek [mailto:[EMAIL PROTECTED] > Sent: 20 August 2004 10:22 > To: [email protected] > Subject: Multi-da

Multi-database appender

2004-08-20 Thread Przemyslaw Skrzek
Dear All, We are considering using log4net as logging services for ASP.Net internet application, that works with multiple MSSQL databases. Basically, user can work with different databases and we need to log events into these databases separatelly as well. Our obvious choice was ADONetAppender, bu