log

fun log(action: suspend (input: @UnsafeVariance Input, output: Output) -> Unit): Schedule<Input, Output>(source)

Adds a logging action to the Schedule.