RE: Database Appender

2006-02-08 Thread Georg Jansen
ecord failure blnReconnected = false; } return blnReconnected; }//DatabaseReconnect() -Original message- From: "Georg Jansen" [EMAIL PROTECTED] Date: Thu, 02 Feb 2006 18:17:43 -0800 To: "'

RE: Database Appender

2006-02-08 Thread Simon Wallis
alse; } return blnReconnected; }//DatabaseReconnect() -Original message- From: "Georg Jansen" [EMAIL PROTECTED] Date: Thu, 02 Feb 2006 18:17:43 -0800 To: "'Log4NET User'" [email protected].

RE: Database Appender

2006-02-03 Thread Georg Jansen
Raghue,   No that’s the original code of the SendBuffer, the one  I didn’t get to work, so I wrote a modified version that I posted earlier, I enclose my previous mail below; in case it got lost somewhere.   Regards Georg http://www.l4ndash.com Log4Net Dashboard / Log4Net Viewer  

RE: Database Appender

2006-02-03 Thread Bejugam, Raghavendra \(GE Commercial Finance, NonGE\)
l Message-From: Georg Jansen [mailto:[EMAIL PROTECTED]Sent: Friday, February 03, 2006 11:07 AMTo: 'Log4NET User'Subject: RE: Database Appender Raghu,   You set the parameter in the AdoNetAppender, like:   <appender name="Ado

RE: Database Appender

2006-02-03 Thread Georg Jansen
Commercial Finance, NonGE) [mailto:[EMAIL PROTECTED] Sent: 3. februar 2006 15:51 To: Log4NET User Subject: RE: Database Appender   Any idea where to set this property ReconnectOnError to TRUE. If some one can provide me the sample syntax of config file it would help. Thanks, Raghu  

RE: Database Appender

2006-02-03 Thread Bejugam, Raghavendra \(GE Commercial Finance, NonGE\)
g4NET User'Subject: RE: Database Appender   Simon,   I believe it was done some work on that in 1.2.9 (you are using an earlier version, right?)   I checked the source code for the AdoNetAppender, and in the SendBuffer it tries to do a reconnect (if the parameter reconn

RE: Database Appender

2006-02-02 Thread Ron Grabowski
I think a more generalized approach would be to mimic NLog's RetryTargetWrapper wrapper to allow any Appender to be retried: --- Georg Jansen <[EMAIL PROTECTED]> wrote: > > > > > I did some modifications to the SendBuffer method of AdoNetAppender, > and it > seems to work. I tested

RE: Database Appender

2006-02-02 Thread Georg Jansen
    Regards Georg http://www.l4ndash.com Log4Net Dashboard / Log4Net Viewer     -Original Message- From: Simon Wallis [mailto:[EMAIL PROTECTED] Sent: 2. februar 2006 16:31 To: Log4NET User Subject: RE: Database Appender   Hi,   Has anyone come up with any creative ways to solve

RE: Database Appender

2006-02-02 Thread Simon Wallis
ig file. Simon. -Original Message- Subject: RE: Database Appender From: "Nicko Cadell" Date: 2005-01-10 13:59:27 Message-ID: DDEB64C8619AC64DBC074208B046611C59C838 () kronos ! neoworks ! co ! uk [Download message RAW] Greg, The AdoNetAppender does not reopen the

RE: Database Appender

2005-01-10 Thread Nicko Cadell
PROTECTED] > Sent: 10 January 2005 04:15 > To: [email protected] > Subject: Database Appender > > > > howdy everyone... > > > > im using the database ADONetAppender to log to a sql server > database and its all going peachy keen... for a while... &g

Database Appender

2005-01-10 Thread Ismay, Greg \(CALBRIS\)
> howdy everyone... > > im using the database ADONetAppender to log to a sql server database and its > all going peachy keen... for a while... > > ive got the same app installed at 4 of our sites, with the appender pointing > back to a central database accessible over the wan (i will probably

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