Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add logging #9

Closed
waynebeaton opened this issue Feb 24, 2020 · 1 comment
Closed

Add logging #9

waynebeaton opened this issue Feb 24, 2020 · 1 comment

Comments

@waynebeaton
Copy link
Collaborator

From an end user's perspective, the license tool is effectively a black box. We need some logging.

Minimally, we should log every interaction with a service. Configurable, finer grained logging should permit a more detailed record of the decisions made by the tool.

The implementation should take into consideration that the CLI is just one example of how the tool will be used and that the core functionality may be leveraged in other ways; e.g. a Maven Plugin (#7). Consider leveraging dependency injection (#8) in this implementation.

I believe that SLF4J is the current gold standard for logging. Convince me I'm wrong.

@waynebeaton waynebeaton added the help wanted Extra attention is needed label Feb 24, 2020
@waynebeaton waynebeaton removed the help wanted Extra attention is needed label Nov 19, 2020
@waynebeaton
Copy link
Collaborator Author

This was addressed with #29.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant