|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.DefaultLogger org.apache.tools.ant.listener.MailLogger
public class MailLogger
Buffers log messages from DefaultLogger, and sends an e-mail with the results. The following Project properties are used to send the mail.
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.DefaultLogger |
---|
emacsMode, err, LEFT_COLUMN_SIZE, lSep, msgOutputLevel, out |
Constructor Summary | |
---|---|
MailLogger()
|
Method Summary | |
---|---|
void |
buildFinished(BuildEvent event)
Sends an e-mail with the log results. |
protected void |
log(java.lang.String message)
Receives and buffers log messages. |
Methods inherited from class org.apache.tools.ant.DefaultLogger |
---|
buildStarted, formatTime, getBuildFailedMessage, getBuildSuccessfulMessage, messageLogged, printMessage, setEmacsMode, setErrorPrintStream, setMessageOutputLevel, setOutputPrintStream, targetFinished, targetStarted, taskFinished, taskStarted |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MailLogger()
Method Detail |
---|
public void buildFinished(BuildEvent event)
buildFinished
in interface BuildListener
buildFinished
in class DefaultLogger
event
- the build finished eventBuildEvent.getException()
protected void log(java.lang.String message)
log
in class DefaultLogger
message
- the message being logger
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |