Re: Making SMTPAppender Send Exactly One Email

2007-07-14 Thread Ron Grabowski
: Marvin <[EMAIL PROTECTED]> To: Log4NET User Sent: Saturday, July 14, 2007 6:18:36 AM Subject: Re: Making SMTPAppender Send Exactly One Email Sanders, Brian wrote: > You could create a flag and initialize it to false. Then, if an error > occurs, set it to true and check it at the end of t

Re: Making SMTPAppender Send Exactly One Email

2007-07-14 Thread Marvin
Sanders, Brian wrote: > You could create a flag and initialize it to false. Then, if an error > occurs, set it to true and check it at the end of the run. If it's true, > then email the log file. So there's no way to do this with SMTPAppender itself? Then I'll rather use a FileAppender and send th

RE: Making SMTPAppender Send Exactly One Email

2007-07-11 Thread Joe Waldner
Unsubscribe -Original Message- From: koala993 [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 11, 2007 7:51 AM To: log4net-user@logging.apache.org Subject: RE: Making SMTPAppender Send Exactly One Email I don't think this would work either : the bufferSize is actually the numb

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-11 Thread Joe Waldner
unsubscribe -Original Message- From: koala993 [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 10, 2007 4:16 AM To: log4net-user@logging.apache.org Subject: Re: Making SMTPAppender Send Exactly One Email I don't think it's possible, a solution would be to be able to fire onl

RE: Making SMTPAppender Send Exactly One Email

2007-07-10 Thread Parrish, Ken
#x27;t tried it, but might be worth and experiment. Ken Parrish Gomez, Inc. Bedford, MA -Original Message- From: Sanders, Brian [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 10, 2007 7:27 AM To: Log4NET User Subject: RE: Making SMTPAppender Send Exactly One Email You could create a fl

RE: Making SMTPAppender Send Exactly One Email

2007-07-10 Thread Sanders, Brian
EMAIL PROTECTED] Sent: Tuesday, July 10, 2007 5:16 AM To: log4net-user@logging.apache.org Subject: Re: Making SMTPAppender Send Exactly One Email 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: &g

Re: Making SMTPAppender Send Exactly One Email

2007-07-10 Thread koala993
thousands of emails about that. > One email would be more than enough. > > How could I achieve that? > > /Marvin > > -- View this message in context: http://www.nabble.com/Making-SMTPAppender-Send-Exactly-One-Email-tf4046060.html#a11517401 Sent from the Log4net - Users mailing list archive at Nabble.com.

Making SMTPAppender Send Exactly One Email

2007-07-08 Thread Marvin
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 Log4Net (d'uh) and I'd like it to send me an email with all error messages of one application run. The reason is that when for instance the database