Files
ETS/ETS_Data/NLog.config
T
samuele ede1e6222b aggiunta nuove icone
aggiunto nlog a progetto ETS_DATA 

git-svn-id: https://keyhammer.ath.cx/svn/ETS/trunk@30 72332f79-082b-4ce8-9953-5b7f197a49bb
2012-08-31 17:05:52 +00:00

25 lines
692 B
XML

<?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>