Logger for Redux

Table of contents
Install
Usage
Options
Options description
level (String | Function | Object)
duration (Boolean)
timestamp (Boolean)
colors (Object)
logger (Object)
logErrors (Boolean)
collapsed = (getState: Function, action: Object, logEntry: Object) => Boolean
predicate = (getState: Function, action: Object) => Boolean
stateTransformer = (state: Object) => state
actionTransformer = (action: Object) => action
errorTransformer = (error: Any) => error
titleFormatter = (action: Object, time: String?, took: Number?) => title
diff (Boolean)
diffPredicate = (getState: Function, action: Object) => Boolean
Recipes
Log only in development
Log everything except actions with certain type
Collapse actions with certain type
Collapse actions that don't have errors
Transform Immutable (without combineReducers)
combineReducers)Transform Immutable (with combineReducers)
combineReducers)Log batched actions
To Do
Known issues
License
Last updated