RE: Making SMTPAppender Send Exactly One Email

2007-07-11 Thread koala993
rue, > then email the log file. > > Brian Sanders > Connextions Application Support > 407-926-2411 x468 > > -Original Message- > From: koala993 [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 10, 2007 5:16 AM > To: log4net-user@logging.apache.org > Subje

Re: Making SMTPAppender Send Exactly One Email

2007-07-10 Thread koala993
I don't think it's possible, a solution would be to be able to fire only once the "ERROR" log in this situation. Marvin-18 wrote: > > Hi, > > I've read the documentation, but didn't manage to figure out whether the > following is possible - and if so, how: > > I have an application that uses

AdoAppender : limit number of rows in the database

2007-07-09 Thread koala993
Hello, The AdoAppender for Oracle 9i is working fine for me but I'd like to know if it's possible to limit the number of rows in the database like for a rolling file appender (i.e. when there are more than 1000 rows in the LOG table, at each new log to write, the oldest log row is erased from the