effector / effector/logger

Group logs to handle stacks

Open
#18 0 comments 0 reactions 0 assignees View on GitHub
feature
Dominant language
TypeScript
Stars
165
Forks
22
PR merge metrics
No merged PRs in 30d

Description

```js

root.onCreateEvent(event => {
const watch = event.watch
event.watch = fn => watch(upd => {
console.group(...)
try {
fn(upd)
} finally {
console.groupEnd(...)
}
})
})
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.