Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | buildFinished(BuildEvent
An event with any relevant extra information.
Must not be event)null .Overrides org. Implements org. |
public void | buildStarted(BuildEvent
Ignored. event)Overrides org. Implements org. |
public void | targetFinished(BuildEvent
Ignored. event)Overrides org. Implements org. |
public void | targetStarted(BuildEvent
An event with any relevant extra information.
Must not be event)null .Overrides org. Implements org. |
public void | taskFinished(BuildEvent
Ignored. event)Overrides org. Implements org. |
public void | taskStarted(BuildEvent
Ignored. event)Overrides org. Implements org. |
SilentLogger | back to summary |
---|---|
public SilentLogger() |
buildFinished | back to summary |
---|---|
public void buildFinished(BuildEvent event) Overrides org. Implements org. Doc from org. Prints whether the build succeeded or failed, any errors the occurred during the build, and how long the build took.
|
buildStarted | back to summary |
---|---|
public void buildStarted(BuildEvent event) Overrides org. Implements org. Doc from org. Responds to a build being started by just remembering the current time.
|
targetFinished | back to summary |
---|---|
public void targetFinished(BuildEvent event) Overrides org. Implements org. Doc from org. No-op implementation.
|
targetStarted | back to summary |
---|---|
public void targetStarted(BuildEvent event) Overrides org. Implements org. Doc from org. Logs a message to say that the target has started if this logger allows information-level messages.
|
taskFinished | back to summary |
---|---|
public void taskFinished(BuildEvent event) Overrides org. Implements org. Doc from org. No-op implementation.
|
taskStarted | back to summary |
---|---|
public void taskStarted(BuildEvent event) Overrides org. Implements org. Doc from org. No-op implementation.
|