org.apache.tools.ant.listener

Class Log4jListener

public class Log4jListener extends Object implements BuildListener

Listener which sends events to Log4j logging system
Constructor Summary
Log4jListener()
Construct the listener and make sure there is a valid appender.
Method Summary
voidbuildFinished(BuildEvent event)
voidbuildStarted(BuildEvent event)
voidmessageLogged(BuildEvent event)
voidtargetFinished(BuildEvent event)
voidtargetStarted(BuildEvent event)
voidtaskFinished(BuildEvent event)
voidtaskStarted(BuildEvent event)

Constructor Detail

Log4jListener

public Log4jListener()
Construct the listener and make sure there is a valid appender.

Method Detail

buildFinished

public void buildFinished(BuildEvent event)

See Also: BuildListener

buildStarted

public void buildStarted(BuildEvent event)

See Also: BuildListener

messageLogged

public void messageLogged(BuildEvent event)

See Also: BuildListener

targetFinished

public void targetFinished(BuildEvent event)

See Also: BuildListener

targetStarted

public void targetStarted(BuildEvent event)

See Also: BuildListener

taskFinished

public void taskFinished(BuildEvent event)

See Also: BuildListener

taskStarted

public void taskStarted(BuildEvent event)

See Also: BuildListener

Copyright