1
Setting: Webapis in . NET 4.x
Goal: Improve Logging (info, error, debug, Warning) and Exception Handling, for example, log in exceptions, which Log frameworks do you use? Where do you store Logs? I found a tool called Datadog anyone’s ever seen ?
I found these Steps here too: https://stackoverflow.com/questions/16028919/catch-all-unhandled-exceptions-in-asp-net-web-api
Edit
My question was marked as duplicate.. but I did not find anything related to the context (EXCEPTION + LOG).. just Log... my focus is Exception too.
Ever worked with log4net? It works with text files and databases. Its installation and configuration is not complex. It searches it...
– DiegoSantos