effector/patronum

Allow to pass custom log function for `debug`

sergeysova opened this issue · 1 comments

const customLog = (argument) => console.log(util.inspect(myObject, {showHidden: false, depth: null, colors: true}))

debug({ fn: customLog }, $store, event, someFx)

What about to use log instead of fn?