feat: ability to name loggers
Open
enhancement
- Dominant language
- Dart
- Stars
- 1.1k
- Forks
- 113
- PR merge metrics
- No merged PRs in 30d
Description
**Description**
When an app uses multiple loggers, it can be tough to distinguish between them ("is it my ApiClient logger or my DataStore logger outputting this error?"). Adding the ability to name loggers and including that name in log output would solve this.
**Requirements**
- [ ] Logger has a `name` property
- [ ] Logger writes `[NAME] log message` when log functions are called.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.