api / org.gradle.api.logging / LoggingOutput / removeStandardOutputListener

removeStandardOutputListener

abstract fun removeStandardOutputListener(listener: StandardOutputListener): Unit

Removes a listener from standard output.

Parameters

listener - The listener to remove.