snowflake-connector-net
snowflake-connector-net copied to clipboard
SNOW-834781: Remove log4net and delegate logging to consumers
Description
Remove the log4net dependency and replace with the Microsoft logging interface so users can plug in their own custom loggers
Checklist
- [ ] Code compiles correctly
- [ ] Code is formatted according to Coding Conventions
- [ ] Created tests which fail without the change (if possible)
- [ ] All tests passing (
dotnet test
) - [ ] Extended the README / documentation, if necessary
- [ ] Provide JIRA issue id (if possible) or GitHub issue id in PR name