3
Answers

Web api controllers request response tracking

Photo of Rabiranjan Singh

Rabiranjan Singh

4y
812
1
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)