1 <?xml version=
"1.0" encoding=
"utf-8" ?>
6 address=
"http://localhost/servicemodelsamples/service.svc"
7 binding=
"wsHttpBinding"
8 contract=
"Microsoft.ServiceModel.Samples.ICalculator" />
10 </system.serviceModel
>
14 <source name=
"System.ServiceModel" switchValue=
"Warning"
15 propagateActivity=
"true">
17 <add type=
"System.Diagnostics.DefaultTraceListener" name=
"Default" />
21 <source name=
"ClientCalculatorTraceSource" switchValue=
"Information,ActivityTracing">
23 <add type=
"System.Diagnostics.DefaultTraceListener" name=
"Default" />
29 <add initializeData=
"C:\logs\ExtendingTracing-client.svclog" type=
"System.Diagnostics.XmlWriterTraceListener"
30 name=
"xml" traceOutputOptions=
"Callstack" />
32 <trace autoflush=
"true" />