e-mail logger?

2003-12-18 Thread Charl Gerber
Is there an implementation available (or planned) for a log4j e-mail logger?

I would find it extremely usefull if my application would e.g. send me an
e-mail every time an error occurs ... it is often impractical to keep
monitoring logs all day log.

Thanks.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: e-mail logger?

2003-12-18 Thread Paul Smith
There is already an SMTPAppender in log4j, and very handy it is too.

http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/net/SMTPAppender.html

cheers, 

Paul Smith

On Thu, 2003-12-18 at 19:55, Charl Gerber wrote:
 Is there an implementation available (or planned) for a log4j e-mail logger?
 
 I would find it extremely usefull if my application would e.g. send me an
 e-mail every time an error occurs ... it is often impractical to keep
 monitoring logs all day log.
 
 Thanks.
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: e-mail logger?

2003-12-18 Thread Michael Seele
i mean there's a smtp appender in the log4j lib!?

Charl Gerber schrieb am 18.12.2003 09:55:

Is there an implementation available (or planned) for a log4j e-mail logger?

I would find it extremely usefull if my application would e.g. send me an
e-mail every time an error occurs ... it is often impractical to keep
monitoring logs all day log.
Thanks.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 

--
Mit freundlichen Gruessen
Michael Seele([EMAIL PROTECTED])
G  H Softwareentwicklung GmbH Tel.: {+49|0} 7451 - 53 706 0
Robert-Bosch-Str. 23   Fax:  {+49|0} 7451 - 53 706 90
D-72160 Horb a.N.  http://www.guh-software.de
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: e-mail logger?

2003-12-18 Thread Sullivan, Sean C - MWT
 
Log4j provides an SMTPAppender

 http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/net/SMTPAppender.html

For java.util.logging, you can use SMTPHandler

  http://smtphandler.sourceforge.net/

-Original Message-
From: Charl Gerber
To: [EMAIL PROTECTED]
Sent: 12/18/2003 12:55 AM
Subject: e-mail logger?

Is there an implementation available (or planned) for a log4j e-mail
logger?

I would find it extremely usefull if my application would e.g. send me
an
e-mail every time an error occurs ... it is often impractical to keep
monitoring logs all day log.

Thanks.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]