🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

small-redux-logger

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

small-redux-logger

A simple redux logger that uses console.log

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

Simple redux logger

A logger for redux that is very small and fast.

Usage

import { applyMiddleware, createStore } from 'redux';

import logger from 'small-redux-logger';
const store = createStore(
  reducer,
  applyMiddleware(logger())
)

Options

{
  logActions: true, // will log redux actions
  logState: true, // will log redux state
}

For a more feature complete alternative see redux-logger

Keywords

redux

FAQs

Package last updated on 02 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts