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
{{ message }}
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.
We could provide an interface the user chooses to log with, where we decide on the logging library to use
In contrast to 1. we could provide an interface that can be implemented by the user where the user decides how to log and if the user support is instructed to log debug messages, the support lib uses this implementation. This way we would not force the user to a dependency he does not like to use. If no implementation is choosen by the user, the support lib could just log with the std libs implementation.
The text was updated successfully, but these errors were encountered:
… so that the user support library can output debug logs as well as users function can log in a way they have full control how to do it
see also discussion in #5 (comment)
Ideas
The text was updated successfully, but these errors were encountered: