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.
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
.