public interface StandardOutputListener
A StandardOutputListener
receives text written by Gradle's logging system to standard output or
error.
Modifier and Type | Method and Description |
---|---|
void |
onOutput(java.lang.CharSequence output)
Called when some output is written by the logging system.
|