Skip to content
New issue

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

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

Already on GitHub? # to your account

Remove dependency on a particular logging framework #424

Open
brunoborges opened this issue Dec 13, 2021 · 1 comment
Open

Remove dependency on a particular logging framework #424

brunoborges opened this issue Dec 13, 2021 · 1 comment
Labels
feature-request New feature or request

Comments

@brunoborges
Copy link
Member

## Problem Statement
The component directly invokes Log4J and brings the dependency of the logging framework, conflicting or imposing difficult user configuration with other logging frameworks.

## Proposed Solution
Use a logging façade framework (such as SLF4J) and let consuming users define which logging framework they actually want to use.

@ryancrawcour ryancrawcour added the feature-request New feature or request label Dec 13, 2021
@ryancrawcour
Copy link
Contributor

good request. makes sense.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants