Added base NLog configuration

This commit is contained in:
2024-04-07 17:50:11 +02:00
parent 61f0dab8df
commit 716d75a072
3 changed files with 22 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<targets>
<target name="logfile" xsi:type="File" fileName="file.txt" />
<target name="logfile" xsi:type="File" fileName="Logs/application.txt" />
<target name="logconsole" xsi:type="Console" />
</targets>