api / org.gradle.api.tasks.testing.logging / TestLogging / getShowStandardStreams

getShowStandardStreams

abstract fun getShowStandardStreams(): Boolean

Tells whether output on standard out and standard error will be logged. Equivalent to checking if both log events TestLogEvent.STANDARD_OUT and TestLogEvent.STANDARD_ERROR are set.