I have one client nuget package and I use that client nuget package in Sample app, I have a requirement to log the APIs that are getting called in client nuget package. Is there any way to log the API endpoints that are getting called.For eg: if Im trying to call GetAllList() function from Client,I should be able to log the API it is trying to call using any logger.Note: the Client package is developed by us.
↧