api / org.gradle.api.logging / LoggingOutput / addStandardErrorListener

addStandardErrorListener

abstract fun addStandardErrorListener(listener: StandardOutputListener): Unit

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

Parameters

listener - The listener to add.