You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This lib is great for other libs because it is minimal, there is nothing to learn.
I maintain a few packages, some with IO, like database IO.
I use @open-draft/logger and I would like the consumer of my lib to be able to receive its logs, like database query.
But you don't want to handle every logging logic, there are great libs out there for that.
If one could just subscribe(fn), it would allow consumers to plugin in their own solution, without us, maintainers having to manage anything.
This lib is great for other libs because it is minimal, there is nothing to learn.
I maintain a few packages, some with IO, like database IO.
I use
@open-draft/logger
and I would like the consumer of my lib to be able to receive its logs, like database query.But you don't want to handle every logging logic, there are great libs out there for that.
If one could just
subscribe(fn)
, it would allow consumers to plugin in their own solution, without us, maintainers having to manage anything.I'm willing to submit a PR for that.
The text was updated successfully, but these errors were encountered: