org.apache.tools.ant.listener
public class ProfileLogger extends DefaultLogger
Since: Ant1.8
Method Summary | |
---|---|
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.
|
Parameters: event
An event with any relevant extra information. Must not be
null
.
Parameters: event
An event with any relevant extra information. Must not be
null
.
Parameters: event
An event with any relevant extra information. Must not be
null
.
Parameters: event
An event with any relevant extra information. Must not be
null
.