You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
668 B
25 lines
668 B
<?xml version="1.0" encoding="utf-8" ?>
|
|
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
|
|
<!--
|
|
See http://nlog-project.org/wiki/Configuration_file
|
|
for information on customizing logging rules and outputs.
|
|
-->
|
|
<targets>
|
|
<!-- add your targets here -->
|
|
|
|
<!--
|
|
<target xsi:type="File" name="f" fileName="${basedir}/logs/${shortdate}.log"
|
|
layout="${longdate} ${uppercase:${level}} ${message}" />
|
|
-->
|
|
</targets>
|
|
|
|
<rules>
|
|
<!-- add your logging rules here -->
|
|
|
|
<!--
|
|
<logger name="*" minlevel="Trace" writeTo="f" />
|
|
-->
|
|
</rules>
|
|
</nlog> |