LogForwarder

Description

Forwards any log output from the project under test to the project running the AntUnit task immediately. This is different from - for example - the plain listener which buffers the log output and emits it after the test has finished.

This listener can be used to debug failing tests more easily or monitor tests in real time.