Interface StandardOutputListener
public interface StandardOutputListener
A StandardOutputListener receives text written by Gradle's logging system to standard output or
error.
- Since:
- 0.8
-
Method Summary
Modifier and TypeMethodDescriptionvoidonOutput(CharSequence output) Called when some output is written by the logging system.
-
Method Details
-
onOutput
Called when some output is written by the logging system.- Parameters:
output- The text.- Since:
- 0.8
-