Looking for a logging solution
Working on ASP.NET program.
I have a lot of stuff i want to do for logging. First off i want to log every time an endpoint is accessed, who accessed it, when it was accessed what info was passed to the api and the datatype that the endpoint returned.
Then there's all the stuff i see in the command line. i would also like to log this stuff.
finally i want to be able to query some kind of database of the logs to get data about what's going on, so ideally logs have types and all that jazz.
Anyone know any pre existing solutions for this?
I have a lot of stuff i want to do for logging. First off i want to log every time an endpoint is accessed, who accessed it, when it was accessed what info was passed to the api and the datatype that the endpoint returned.
Then there's all the stuff i see in the command line. i would also like to log this stuff.
finally i want to be able to query some kind of database of the logs to get data about what's going on, so ideally logs have types and all that jazz.
Anyone know any pre existing solutions for this?