redux_logging library

Classes

LoggingMiddleware<State>
Connects a Logger to a Redux Store.

Typedefs

MessageFormatter<State> = String Function(State state, dynamic action, DateTime timestamp)
A function that formats the message that will be logged. By default, the action, state, and timestamp will be printed on a single line.