discord-rpc-csharp
discord-rpc-csharp copied to clipboard
Implement Microsoft.Extensions.Logger Wrapper
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.