enableLogging

fun <S : MVIState, I : MVIIntent, A : MVIAction> StoreBuilder<S, I, A>.enableLogging(tag: String? = null, level: StoreLogLevel? = null, name: String? = null, logger: StoreLogger? = null)

Install a new loggingPlugin.

Parameters

level

StoreLogLevel to override the defaults

tag

tag to use, or the default tag will be used pro.respawn.flowmvi.api.Store.name is used as a tag by default.