Remove the log4j implementation component from the SDK entirely.
Motivation and Context
Some SDK users use different logging SLF4j implementation other than Log4j. This change allows them to use our SDK jar file without any dependencies on Log4j components.
Testing
Generated a super jar for a skill developer who doesn't use Log4j and got a confirmation they were able to publish without the log4j component blocking their prod deployment.
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist
[x] My code follows the code style of this project
[ ] My change requires a change to the documentation
[ ] I have updated the documentation accordingly
[x] I have read the README document
[ ] I have added tests to cover my changes
[x] All new and existing tests passed
License
[x] By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Description
Remove the log4j implementation component from the SDK entirely.
Motivation and Context
Some SDK users use different logging SLF4j implementation other than Log4j. This change allows them to use our SDK jar file without any dependencies on Log4j components.
Testing
Generated a super jar for a skill developer who doesn't use Log4j and got a confirmation they were able to publish without the log4j component blocking their prod deployment.
Types of changes
Checklist
License