tango.util.log.AppendMail
License:
BSD style:
Version:
Initial release: May 2004
author:
Kris
- class AppendMail: tango.util.log.Log.Appender;
- 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
- final void append(LogEvent event);
- Send an event to the mail server
- final const @property Mask mask();
- Return the fingerprint for this class
- final const @property const(char)[] name();
- Return the name of this class
Page generated by Ddoc. Copyright (c) 2004 Kris Bell. All rights reserved