DispatchableLogger
public enum DispatchableLogger
Interceptor that logs all the dispatched items in the XCode console.
-
This function returns a
StoreInterceptorthat intercepts and logs not black-listed dispatchableSee also
StoreInterceptorfor detailsDeclaration
Swift
public static func interceptor(blackList: [Dispatchable.Type] = []) -> StoreInterceptorParameters
blackListlist of dispatchable types that must not be logged
Return Value
store interceptor that logs not black-listed dispatchable
View on GitHub
DispatchableLogger Enumeration Reference