log

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

Adds a logging action to the Schedule.