https://github.com/luisvinicius167/dutier-logger
Logger for Dutier
https://github.com/luisvinicius167/dutier-logger
dutier logger logger-middleware
Last synced: 3 months ago
JSON representation
Logger for Dutier
- Host: GitHub
- URL: https://github.com/luisvinicius167/dutier-logger
- Owner: luisvinicius167
- Created: 2017-07-28T19:35:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-19T12:37:32.000Z (almost 8 years ago)
- Last Synced: 2025-02-18T07:16:21.363Z (3 months ago)
- Topics: dutier, logger, logger-middleware
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[
](https://github.com/luisvinicius167/dutier)
Logger for Dutier, inspired by Redux Logger.
[](https://www.npmjs.com/package/dutier-logger)
[](https://unpkg.com/[email protected])
Check out [Dutier](https://github.com/luisvinicius167/dutier), the async and powerfull state management solution for Javascript applications.
### Install
* NPM: ``` npm install dutier-logger ```
* CDN: ```https://unpkg.com/[email protected]```## Getting Started
```javascript
/**
* @name Logger
* @description Each time you dispatch actions,
* will log the prev state, action and nex state
* on your console for you
*/
import { applyMiddleware } from 'dutier'
import Logger from 'dutier-logger'applyMiddleware(Logger);
```
#### License
MIT License.