Rabiranjan Singh

Rabiranjan Singh

  • NA
  • 188
  • 664

Web api controllers request response tracking

Apr 2 2021 5:10 PM
In a interview i was asked that we have 20 web api controller and each controller have many method I want to track each controller and each methods performance on every request and response execution status so that i can build my application as bug free. We don't want to use logging system because we have to write logging in each controller and each method. So what is the solution for it how we can achieve it .

Answers (3)