I want to log all ServiceStack requests, to include:
- Request DTO
- Response
- Date
- Time
- Url
- IP
- Execution Time
How can I do this?
I want to log all ServiceStack requests, to include:
How can I do this?
I recommend looking at ServiceStack's Request Logger Plugin which already does a lot of this.