Unleash / unleash-client-dotnet

Unleash client SDK for .NET
Apache License 2.0
77 stars 39 forks source link

Replacement of LibLog with Microsoft.Extensions.Logging.Abstractions #190

Open thompson-tomo opened 7 months ago

thompson-tomo commented 7 months ago

Is your feature request related to a problem? Please describe. The lib log library currently in use has been depreciated by the author and code base can be simplified by adopting the Microsoft library

Describe the solution you'd like I would like unleash to use the logging service configured in my dotnet application via microsoft.extensions.logging.abstractions

Describe alternatives you've considered Providing an implementation based on liblog

Additional context Might be worthwhile to increase min framework as part of these changes to eliminate all the liblog code

daveleek commented 6 months ago

Thanks, this is on our radar for future improvement to the SDK