moar stuff

This commit is contained in:
JenneJ
2015-10-20 10:27:29 +02:00
parent 1e17fbe167
commit 8c71506f04
4 changed files with 4 additions and 8 deletions

View File

@@ -18,7 +18,7 @@
See https://github.com/nlog/NLog/wiki/Targets for possible targets.
See https://github.com/nlog/NLog/wiki/Layout-Renderers for the possible layout renderers.
-->
<target name="logfile" xsi:type="File" fileName="${basedir}/BrainpoolXmlParser-${shortdate}.log" />
<target name="logfile" xsi:type="File" fileName="${basedir}/Log/BrainpoolXmlParser-${shortdate}.log" />
<target name="console" xsi:type="Console"/>
<!--