kubk / mobx-log

A logger + Redux devtools for Mobx 6+
MIT License
57 stars 7 forks source link

Allow to install Mobx formatters without registering spy #17

Closed kubk closed 2 years ago

kubk commented 2 years ago

It should be enough to just extract this part of code into separate file and function like installMobxFormatters: https://github.com/kubk/mobx-log/blob/master/src/make-loggable.ts#L43+L53

Also it is required to add export here: https://github.com/kubk/mobx-log/blob/master/src/index.ts It will make this functions available as import { installMobxFormatters } from 'mobx-log';

@inoyakaigor Contributions are welcome!