public class ProfileLogger extends DefaultLogger
emacsMode, err, LEFT_COLUMN_SIZE, lSep, msgOutputLevel, out| Constructor and Description | 
|---|
| ProfileLogger() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | targetFinished(BuildEvent event)Logs a message to say that the target has finished. | 
| void | targetStarted(BuildEvent event)Logs a message to say that the target has started. | 
| void | taskFinished(BuildEvent event)Logs a message to say that the task has finished. | 
| void | taskStarted(BuildEvent event)Logs a message to say that the task has started. | 
buildFinished, buildStarted, extractProjectName, formatTime, getBuildFailedMessage, getBuildSuccessfulMessage, getTimestamp, log, messageLogged, printMessage, setEmacsMode, setErrorPrintStream, setMessageOutputLevel, setOutputPrintStreampublic void targetStarted(BuildEvent event)
targetStarted in interface BuildListenertargetStarted in class DefaultLoggerevent - An event with any relevant extra information. Must not be
            null.BuildEvent.getTarget()public void targetFinished(BuildEvent event)
targetFinished in interface BuildListenertargetFinished in class DefaultLoggerevent - An event with any relevant extra information. Must not be
            null.BuildEvent.getException()public void taskStarted(BuildEvent event)
taskStarted in interface BuildListenertaskStarted in class DefaultLoggerevent - An event with any relevant extra information. Must not be
            null.BuildEvent.getTask()public void taskFinished(BuildEvent event)
taskFinished in interface BuildListenertaskFinished in class DefaultLoggerevent - An event with any relevant extra information. Must not be
            null.BuildEvent.getException()