|
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.protomatter.syslog.xml.BasicLogger_Helper | +--com.protomatter.syslog.xml.MailLog_Helper
XML configuration helper for MailLog.
Constructor Summary | |
MailLog_Helper()
|
Method Summary | |
void |
configure(java.lang.Object o,
org.jdom.Element e)
Configure this logger given the XML element. |
org.jdom.Element |
getConfiguration(java.lang.Object o,
org.jdom.Element element)
Encode the given object's configuration into the given XML element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MailLog_Helper()
Method Detail |
public void configure(java.lang.Object o, org.jdom.Element e) throws SyslogInitException
<Logger class="com.protomatter.syslog.MailLog" >
<!--
Config params from
|
Element | ||
name | value | required |
workQueue | The symbolic name of a work queue to use for sending messages. | yes |
server | The SMTP server hostname or IP address. | yes |
port | The port number on the SMTP server to connect to. | no (default is 25) |
html | Should the message be sent as a MIME message? true or false. If this is set to true, it is expected that the message formatter will actually produce HTML. | no (default is false) |
to | A comma-separated list of email addresses to send messages to. | yes |
cc | A comma-separated list of email addresses to include in the CC (carbon-copy) list. | no |
bcc | A comma-separated list of email addresses to include in the BCC (blind carbon-copy) list. | no |
from | The email address that the mail should appear to be from. | yes |
fromName | The name (not address) that the mail should appear to be from. | no |
configure
in class BasicLogger_Helper
com.protomatter.syslog.xml.BasicLogger_Helper
SimpleSyslogTextFormatter_Helper.configure(Object,Element)
,
HTMLSyslogTextFormatter_Helper.configure(Object,Element)
,
SimpleLogPolicy_Helper.configure(Object,Element)
,
PerClassPolicy_Helper.configure(Object,Element)
public org.jdom.Element getConfiguration(java.lang.Object o, org.jdom.Element element)
XMLConfigHelper
getConfiguration
in class BasicLogger_Helper
|
Protomatter Classes v1.1.6 Copyright 1998-2001 Nate Sammons |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Protomatter Classes v1.1.6 | http://protomatter.sourceforge.net/1.1.6 |