api / org.gradle.api.logging / LoggingOutput / addStandardOutputListener

addStandardOutputListener

abstract fun addStandardOutputListener(listener: StandardOutputListener): Unit

Adds a listener which receives output written to standard output by the Gradle logging system.

Parameters

listener - The listener to add.