To enable WCF message logging
-
Click the Diagnostics node, and expand it.
-
Enable Message Logging on the right Tab
- To edit Message Logging settings, click the Message Logging node. You can edit the settings in the property grid.
- In particular ensure that MaxSizeOfMessageToLog is big enough to log all your messages.
To view trace file:
Start Service Trace Viewer Tool (typically located at "C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin\SvcTraceViewer.exe").
Open message trace file, that was configured in WCF Service Configuration Editor previously(usually located in the root of your application).
Select Message View tab, scroll to the bottom and click one of latest messages.If required press F5 to refresh list.
In the Detail Pane (the bottom right pane in the view) use Message tab to see actual messages.