Improve logging
Open
- Dominant language
- JavaScript
- Stars
- 5.6k
- Forks
- 278
- PR merge metrics
- No merged PRs in 30d
Description
Currently logging is only a simple `log` command. This has to be improved somehow, as it's too limiting. For instance, I can't log two things on the same line (`Starting compilation... DONE`).
The most versatile solution is probably just to expose a `WritableStream`, then other logging functionality can be built on top of that.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.