PIbd-22_Petrushin_E.A._Lab7 #12

Closed
Egor_Petrushin wants to merge 3 commits from PIbd-22_Petrushin_E.A._Lab7 into PIbd-22_Petrushin_E.A._Lab6
2 changed files with 0 additions and 19 deletions
Showing only changes of commit 86566fe526 - Show all commits

View File

@ -30,10 +30,4 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Update="nlog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>

View File

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
autoReload="true" internalLogLevel="Info">
<targets>
<target xsi:type="File" name="tofile" fileName="logs/spaulog-${shortdate}.log" />
</targets>
<rules>
<logger name="*" minlevel="Debug" writeTo="tofile" />
</rules>
</nlog>
</configuration>