WCF Message Logging
Windows Communication Foundation (WCF) provides the capability to log incoming and outgoing messages for offline access. Message logging enables you to see what the message and message body looks like. This type of logging is particularly helpful in letting you know what arguments were passed in and how the receiving endpoint saw the arguments expressed as XML. In addition, logging the message as it was received allows you to diagnose malformed messages as well as to see how the message arrived. You can also examine the security tokens used, parts encrypted and signed, and parts left intact.
In This Section
- Configuring Message Logging
Describes how you can configure message logging for different scenarios.
- Viewing Message Logs
Describes how you can view message logs.
- Security Concerns for Message Logging
Describes how you can protect sensitive data from being exposed in message logs, as well as events generated by message logging.
See Also
Concepts
WCF Administration and Diagnostics
© 2007 Microsoft Corporation. All rights reserved.
Last Published: 2010-03-21