MessageLoggingElement::LogMessagesAtTransportLevel Property

 

Gets or sets a value that specifies whether messages are traced at the transport level.

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

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

Property Value

Type: System::Boolean

true if messages are traced at the transport level; otherwise, false. The default is false.

Any filters specified in the configuration file are applied, and only messages that match the filters are traced.

.NET Framework
Available since 3.0
Return to top
Show: