-
public final class AndroidLoggingPluginKt
-
-
Method Summary
Modifier and Type Method Description final static <S extends MVIState, I extends MVIIntent, A extends MVIAction> StorePlugin<S, I, A>androidLoggingPlugin(String tag, Integer level)Create a new loggingPlugin that prints using android's Log. final static <S extends MVIState, I extends MVIIntent, A extends MVIAction> StorePlugin<S, I, A>androidLoggingPlugin(StoreBuilder<S, I, A> $self, String name, Integer level)Create a new loggingPlugin that prints using android's Log. -
-
Method Detail
-
androidLoggingPlugin
final static <S extends MVIState, I extends MVIIntent, A extends MVIAction> StorePlugin<S, I, A> androidLoggingPlugin(String tag, Integer level)
Create a new loggingPlugin that prints using android's Log.
-
androidLoggingPlugin
final static <S extends MVIState, I extends MVIIntent, A extends MVIAction> StorePlugin<S, I, A> androidLoggingPlugin(StoreBuilder<S, I, A> $self, String name, Integer level)
Create a new loggingPlugin that prints using android's Log.
-
-
-
-