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) [override, final]
Send an event to the mail server
Mask mask() [@property, override, final, const]
Return the fingerprint for this class
const(char)[] name() [@property, override, final, const]
Return the name of this class