org.apache.tools.ant.listener
Class TimestampedLogger
- BuildListener, BuildLogger, EventListener
public class TimestampedLogger
Like a normal logger, except with timed outputs
static String | SPACER- what appears between the old message and the new
|
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.
|
buildFinished, buildStarted, extractProjectName, formatTime, getBuildFailedMessage, getBuildSuccessfulMessage, getTimestamp, log, messageLogged, printMessage, setEmacsMode, setErrorPrintStream, setMessageOutputLevel, setOutputPrintStream, targetFinished, targetStarted, taskFinished, taskStarted |
SPACER
public static final String SPACER
what appears between the old message and the new
getBuildFailedMessage
protected String getBuildFailedMessage()
This is an override point: the message that indicates whether a build failed.
Subclasses can change/enhance the message.
- getBuildFailedMessage in interface DefaultLogger
- The classic "BUILD FAILED" plus a timestamp
getBuildSuccessfulMessage
protected String getBuildSuccessfulMessage()
This is an override point: the message that indicates that a build succeeded.
Subclasses can change/enhance the message.
- getBuildSuccessfulMessage in interface DefaultLogger
- The classic "BUILD SUCCESSFUL" plus a timestamp