Jericho / CakeMail.RestClient

.NET wrapper for the CakeMail API
MIT License
9 stars 3 forks source link

Improve diagnostics #36

Closed Jericho closed 7 years ago

Jericho commented 7 years ago

I would be great to log requests and responses for debugging purposes. The developer should be able to specify where this information is logged to. In fact, if we use LibLog it will enable us to log with developers' logging framework of choice. LibLog supports NLog, Log4Net, EntLib Logging, Serilog and Loupe. Also, developers can write custom LogProvider. I will provide a sample ConsoleLogProvider.