gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.api.tasks.testing.logging
/
TestLogging
/
setEvents
set
Events
API
abstract
fun
setEvents
(
events
:
Set
<
TestLogEvent
>
)
(
source
)
Sets the events to be logged.
Since
4.0
Parameters
events
the events to be logged
abstract
fun
setEvents
(
events
:
Iterable
<
out
Any
>
)
(
source
)
Sets the events to be logged.
Parameters
events
the events to be logged