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(CharSequence output)
Called when some output is written by the logging system.
|
void onOutput(CharSequence output)
output
- The text.