public class SilentLogger extends DefaultLogger
emacsMode, err, LEFT_COLUMN_SIZE, lSep, msgOutputLevel, out| Constructor and Description | 
|---|
| SilentLogger() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | buildFinished(BuildEvent event)Prints whether the build succeeded or failed,
 any errors the occurred during the build, and
 how long the build took. | 
| void | buildStarted(BuildEvent event)Responds to a build being started by just remembering the current time. | 
| void | targetFinished(BuildEvent event)No-op implementation. | 
| void | targetStarted(BuildEvent event)Logs a message to say that the target has started if this
 logger allows information-level messages. | 
| void | taskFinished(BuildEvent event)No-op implementation. | 
| void | taskStarted(BuildEvent event)No-op implementation. | 
extractProjectName, formatTime, getBuildFailedMessage, getBuildSuccessfulMessage, getTimestamp, log, messageLogged, printMessage, setEmacsMode, setErrorPrintStream, setMessageOutputLevel, setOutputPrintStreampublic void buildStarted(BuildEvent event)
DefaultLoggerbuildStarted in interface BuildListenerbuildStarted in class DefaultLoggerevent - Ignored.public void buildFinished(BuildEvent event)
DefaultLoggerbuildFinished in interface BuildListenerbuildFinished in class DefaultLoggerevent - An event with any relevant extra information.
              Must not be null.BuildEvent.getException()public void targetStarted(BuildEvent event)
DefaultLoggertargetStarted in interface BuildListenertargetStarted in class DefaultLoggerevent - An event with any relevant extra information.
              Must not be null.BuildEvent.getTarget()public void targetFinished(BuildEvent event)
DefaultLoggertargetFinished in interface BuildListenertargetFinished in class DefaultLoggerevent - Ignored.BuildEvent.getException()public void taskStarted(BuildEvent event)
DefaultLoggertaskStarted in interface BuildListenertaskStarted in class DefaultLoggerevent - Ignored.BuildEvent.getTask()public void taskFinished(BuildEvent event)
DefaultLoggertaskFinished in interface BuildListenertaskFinished in class DefaultLoggerevent - Ignored.BuildEvent.getException()