I have a self hosted WCF service that is hosted by a C# executable. I was wondering if anyone has a way to log/inspect messages coming into the host (so that the host can display the messages on its UI; say in a rich text editor or a devexpress grid or some other control).
I know there is a way to log/inspect messages coming into the service, but I want to have the host show the messages instead.