Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Provide a Logging story and implementation #13

Open
marcellanz opened this issue Oct 26, 2019 · 0 comments
Open

Provide a Logging story and implementation #13

marcellanz opened this issue Oct 26, 2019 · 0 comments
Labels
good first issue Good for newcomers

Comments

@marcellanz
Copy link
Contributor

marcellanz commented Oct 26, 2019

… 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

  1. We could provide an interface the user chooses to log with, where we decide on the logging library to use
  2. 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.
@marcellanz marcellanz added the good first issue Good for newcomers label Oct 29, 2019
marcellanz added a commit that referenced this issue Oct 29, 2020
Go Language Support Milestone v0.2.0
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant