Skip to content

shastajs/shasta-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shasta-logger NPM version Downloads Build Status

Install

npm install shasta-logger

Considerations

  • Logging is done using console.debug
  • There is no configuration, this is by design.

Example

Use the logger function as middleware in your store.

ES6

import { createStore } from 'shasta'
import logger from 'shasta-logger'

// you get the point
let store = createStore({
  plugins: [
    otherStuff,
    logger
  ]
})

About

Dead simple logger for shasta

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published