|
I have enabled Message logging by adding trace listener to System.ServiceModel.MessageLogging trace source. This, only logs the "isOnline" operation calls. I can see why because, only base services (Config & Node) are in the config file and my service host and endpoints are added dynamically. How can i configure message logging for my primary business services? Thanks, Vmar. |