MessageLoggingElement::LogEntireMessage Property
.NET Framework (current version)
Gets or sets a value that specifies whether the entire message (message header and body) is logged.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("logEntireMessage", DefaultValue = false)] property bool LogEntireMessage { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if the entire message (message header and body) is logged; otherwise, false. The default is false, which means that only the message header is logged.
This setting affects all message logging levels (service, transport, and malformed).
.NET Framework
Available since 3.0
Available since 3.0
Show: