MessageLoggingElement::LogMessagesAtServiceLevel Property

 

Gets or sets a value that specifies whether messages are traced at the service level (before encryption and transport-related transforms).

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("logMessagesAtServiceLevel", 
	DefaultValue = false)]
property bool LogMessagesAtServiceLevel {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if messages are traced at the service level (before encryption and transport-related transforms); otherwise, false. The default is false.

.NET Framework
Available since 3.0
Return to top
Show: