DispatchableLogger
public enum DispatchableLogger
Interceptor that logs all the dispatched items in the XCode console.
-
This function returns a
StoreInterceptor
that intercepts and logs not black-listed dispatchableSee also
StoreInterceptor
for detailsDeclaration
Swift
public static func interceptor(blackList: [Dispatchable.Type] = []) -> StoreInterceptor
Parameters
blackList
list of dispatchable types that must not be logged
Return Value
store interceptor that logs not black-listed dispatchable