ActionLogger
@available(*, deprecated, message: "Use DispatchableLogger instead")
public struct ActionLogger
Struct that makes an action logger middleware available
-
This function returns a
StoreMiddleware
that intercepts and logs not black-listed actionsSee
StoreMiddleware
for detailsDeclaration
Swift
public static func middleware(blackList: [Action.Type] = []) -> StoreMiddleware
Parameters
blackList
list of action types that must not be logged
Return Value
store middleware that logs not black-listed actions