slim
slim copied to clipboard
Logging wrapper / Log service
We need a logging abstraction to allows us to:
- Enable/disable application logging
- Filter logging
- Adding hooks (to attach things like Rollup)
In the first iteration, it could be implemented as a simple proxy and later upgraded to include all these features.