org.apache.tools.ant
public class NoBannerLogger extends DefaultLogger
Field Summary | |
---|---|
protected String | targetName
Name of the current target, if it should
be displayed on the next message. |
Constructor Summary | |
---|---|
NoBannerLogger() Sole constructor. |
Method Summary | |
---|---|
void | messageLogged(BuildEvent event)
Logs a message for a target if it is of an appropriate
priority, also logging the name of the target if this
is the first message which needs to be logged for the
target.
|
void | targetFinished(BuildEvent event)
Resets the current target name to null .
|
void | targetStarted(BuildEvent event)
Notes the name of the target so it can be logged
if it generates any messages.
|
null
after the first message for
the target is logged.Parameters: event A BuildEvent containing message information.
Must not be null
.
null
.
Parameters: event Ignored in this implementation.
Parameters: event A BuildEvent containing target information.
Must not be null
.