org.apache.tools.ant.listener

Class TimestampedLogger

public class TimestampedLogger extends DefaultLogger

Like a normal logger, except with timed outputs
Method Summary
protected StringgetBuildFailedMessage()
This is an override point: the message that indicates whether a build failed.
protected StringgetBuildSuccessfulMessage()
This is an override point: the message that indicates that a build succeeded.
protected StringgetTimestamp()
Get the current time.

Method Detail

getBuildFailedMessage

protected String getBuildFailedMessage()
This is an override point: the message that indicates whether a build failed. Subclasses can change/enhance the message.

Returns: The classic "BUILD FAILED"

getBuildSuccessfulMessage

protected String getBuildSuccessfulMessage()
This is an override point: the message that indicates that a build succeeded. Subclasses can change/enhance the message.

Returns: The classic "BUILD SUCCESSFUL"

getTimestamp

protected String getTimestamp()
Get the current time.

Returns: the current time as a formatted string.