tango.util.log.AppendMail

License:

BSD style: see license.txt

Version:

Initial release: May 2004

Author:

Kris
class AppendMail : Appender [public] #
Appender for sending formatted output to a Mail server. Thanks to BCS for posting how to do this.
this(InternetAddress server, char[] from, char[] to, char[] subj, Appender.Layout how = null) #
Create with the given layout and server address
void append(LogEvent event) [synchronized, final] #
Send an event to the mail server
Mask mask() [final] #
Return the fingerprint for this class
char[] name() [final] #
Return the name of this class