In my GAE/J application, how would I configure the default logger to report errors via email?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

An SMTPHandler already exists, but cannot be used with GAE/J because of unsatisfied dependencies. Take a look at the source code of SMTPHandler and adapt it to GAE/J.

link|improve this answer
I was hoping I wouldn't have to go this route. Thanks for your response. – reverendgreen Jan 31 '11 at 18:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.