nlog
Posted 吴晓阳
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nlog相关的知识,希望对你有一定的参考价值。
<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的主要内容,如果未能解决你的问题,请参考以下文章