microsoft / dev-proxy

Dev Proxy is an API simulator that helps you effortlessly test your app beyond the happy path.
https://aka.ms/devproxy
MIT License
471 stars 56 forks source link

Refactors IProxyLogger to ILogger #715

Closed waldekmastykarz closed 3 months ago

waldekmastykarz commented 4 months ago

This PR proposes refactoring of IProxyLogger to the standard .NET ILogger. It uses a custom ConsoleLogFormatter to keep our custom formatting and adds an extra RequestLogger to keep raising events when a request is logged. The idea behind this change is to minimize the amount of custom implementation and use as standard .net features when possible.

waldekmastykarz commented 3 months ago

Closing in favor of #716