码迷,mamicode.com
首页 > Web开发 > 详细

.NET Framework 的system.diagnostics

时间:2015-04-23 01:47:38      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:

<system.diagnostics>
<sources>
    <source name="System.ServiceModel" switchValue="Warning" propagateActivity="true">
    <listeners>
        <add name="xml" />
    </listeners>
    </source>
</sources>
<sharedListeners>
    <add name="xml" type="System.Diagnostics.XmlWriterTraceListener" initializeData="x:\log\wcf.log" />
</sharedListeners>
</system.diagnostics>

 配置文件中加入这段后,可以记录WCF的运行时日志。

.NET Framework 的system.diagnostics

标签:

原文地址:http://www.cnblogs.com/hyping/p/4449060.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!