mvflow / net.pedroloureiro.mvflow / Logger

Logger

typealias Logger = (String) -> Unit (source)

Logger is a lambda you can provide to allow you to do some debugging using your favourite approach for it.

You will receive information about when flows are started, completed, and emissions that are taking place (actions, mutations) as well as reducer invocations.