improve logging

This commit is contained in:
JenneJ
2015-10-12 11:55:39 +02:00
parent 50d8fdc535
commit ce5528a42a
2 changed files with 5 additions and 4 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="BrainpoolXmlParser.log" />
<target name="logfile" xsi:type="File" fileName="${basedir}/BrainpoolXmlParser-${shortdate}.log" />
<target name="console" xsi:type="Console"/>
<!--