is there a smart and efficient way to add logs to all REST method approaches.
for now I’m using Nlog to a file log, but it’s seems not so good to add log to each new method I’m adding to the WCF service
is there a smart and efficient way to add logs to all REST method
Share
You could write a custom message inspector. In this case you could write a IDispatchMessageInspector for the server side.