I added NLog to my project. Following the instructions I created NLog.config.
<?xml version="1.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"
layout="${longdate} ${logger} ${message}"
fileName="${basedir}/${shortdate}.log" />
</targets>
<rules>
<logger name="*" minlevel="Debug" writeTo="file" />
</rules>
</nlog>
而后只是作成。
var logger = LogManager.GetCurrentClassLogger();
logger.Info("xxxx");
有了开发商的网络服务器,它的工作是优秀的,但当我向国际船舶和公司公布数据时,没有建立标识。