首页 > 其他 > 详细

nlog

时间:2017-10-02 15:19:34      阅读:239      评论:0      收藏:0      [点我收藏+]
  <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <targets>
      <target name="file" xsi:type="File" fileName="${basedir}/App_Data/logs/${shortdate}.txt"
            layout="[${date:format=yyyy-MM-dd HH\:mm\:ss}][${level}] ${aspnet-SessionId} ${aspnet-Request-Url} ${message} ${exception}" />
    </targets>
    <rules>
      <logger name="*" minlevel="Debug" writeTo="file" />
    </rules>
  </nlog>

 

nlog

原文:http://www.cnblogs.com/shiningrise/p/7620149.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!