Open ghost opened 5 years ago
It's very useful to know when another log has been attached to the set of logs, but right now you either need to pass in your own multifeed instance or do core._logs.on('feed', fn) to get at this event.
core._logs.on('feed', fn)
It's very useful to know when another log has been attached to the set of logs, but right now you either need to pass in your own multifeed instance or do
core._logs.on('feed', fn)
to get at this event.