2
votes

I want to log all ServiceStack requests, to include:

  • Request DTO
  • Response
  • Date
  • Time
  • Url
  • IP
  • Execution Time

How can I do this?

1

1 Answers

1
votes

I recommend looking at ServiceStack's Request Logger Plugin which already does a lot of this.