discord-rpc-csharp icon indicating copy to clipboard operation
discord-rpc-csharp copied to clipboard

Implement Microsoft.Extensions.Logger Wrapper

Open bagusnl opened this issue 1 year ago • 0 comments

Goal: Implement a wrapper for Microsoft's ILogger implementation

This is to make it easier for other project to start implementing this project as Microsoft's ILogger implementation is a standard. This PR is based on our project's implementation but modified to fit in the base repo TargetFrameworks

Unfortunately, I don't seem to able to implement it for net45 TargetFramework for some reason, so it's currently disabled with constants at the moment for that framework. A hand on that would be greatly appreciated.

bagusnl avatar Nov 27 '24 01:11 bagusnl