markiodev / Networker

A simple to use TCP and UDP networking library for .NET. Compatible with Unity.
MIT License
477 stars 77 forks source link

Use Microsoft.Extensions.Logging for Logging #20

Closed davidfowl closed 5 years ago

davidfowl commented 6 years ago

Networker uses its own ILogger abstraction and doesn't benefit from any of the logger ecosystem provided by Microsoft.Extensions.Logging.

markiodev commented 6 years ago

Thank you David, I'll take a look at adding it.

markiodev commented 5 years ago

This is now done, the readme reflects the change but I still need to add a Wiki page.