org.apache.tools.ant.listener
public class Log4jListener extends Object implements BuildListener
| Field Summary | |
|---|---|
| static String | LOG_ANT
log category we log into |
| Constructor Summary | |
|---|---|
| Log4jListener()
Construct the listener and make sure there is a valid appender. | |
| Method Summary | |
|---|---|
| void | buildFinished(BuildEvent event) {@inheritDoc }. |
| void | buildStarted(BuildEvent event) {@inheritDoc }. |
| void | messageLogged(BuildEvent event) {@inheritDoc }. |
| void | targetFinished(BuildEvent event) {@inheritDoc }. |
| void | targetStarted(BuildEvent event) {@inheritDoc }. |
| void | taskFinished(BuildEvent event) {@inheritDoc }. |
| void | taskStarted(BuildEvent event) {@inheritDoc }. |