public class TimestampedLogger extends DefaultLogger
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | SPACERwhat appears between the old message and the new | 
emacsMode, err, LEFT_COLUMN_SIZE, lSep, msgOutputLevel, out| Constructor and Description | 
|---|
| TimestampedLogger() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected java.lang.String | getBuildFailedMessage()This is an override point: the message that indicates whether a build failed. | 
| protected java.lang.String | getBuildSuccessfulMessage()This is an override point: the message that indicates that a build succeeded. | 
buildFinished, buildStarted, extractProjectName, formatTime, getTimestamp, log, messageLogged, printMessage, setEmacsMode, setErrorPrintStream, setMessageOutputLevel, setOutputPrintStream, targetFinished, targetStarted, taskFinished, taskStartedpublic static final java.lang.String SPACER
protected java.lang.String getBuildFailedMessage()
getBuildFailedMessage in class DefaultLoggerprotected java.lang.String getBuildSuccessfulMessage()
getBuildSuccessfulMessage in class DefaultLogger