Follow on Twitter for Updates
NPM: npm install mobx-logger
CDN: https://npmcdn.com/mobx-logger/mobx-logger.umd.js
import {enableLogging} from 'mobx-logger';
// optional
const config = {...};
enableLogging(config);
{
predicate: () => true|false,
action: true|false,
reaction: true|false,
transaction: true|false,
compute: true|false
}