This text file contains example code from: Chapter 6 - WCF Extensions Book - SOA with .NET & Windows Azure: Realizing Service-Orientation with the Microsoft Platform Series - Prentice Hall Service-Oriented Computing Series from Thomas Erl (www.soabooks.com/community) Certification - These examples are used as part of the Certified SOA .NET Developer curriculum (www.soaschool.com) <programlisting linenumbering="unnumbered"><system.diagnostics> <sources> <source name="System.ServiceModel.MessageLogging"> <listeners> <add name="<emphasis role="pd_red">LogMessages</emphasis>" type="<emphasis role="strong">System.Diagnostics.XmlWriterTraceListener</emphasis>" initializeData="c:\logs\messages" /> </listeners> </source> </sources> </system.diagnostics></programlisting> </example>