org.apache.tools.ant.listener
public class TimestampedLogger extends DefaultLogger
Method Summary | |
---|---|
protected String | getBuildFailedMessage()
This is an override point: the message that indicates whether a build failed.
|
protected String | getBuildSuccessfulMessage()
This is an override point: the message that indicates that a build succeeded.
|
protected String | getTimestamp()
Get the current time. |
Returns: The classic "BUILD FAILED"
Returns: The classic "BUILD SUCCESSFUL"
Returns: the current time as a formatted string.