api / org.gradle.api.logging / StandardOutputListener / onOutput

onOutput

abstract fun onOutput(output: CharSequence): Unit

Called when some output is written by the logging system.

Parameters

output - The text.