﻿<?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"
      autoReload="true"
      throwExceptions="false"
      internalLogLevel="Warn">

	<targets>
		<target xsi:type="File" name="logfile" fileName="${specialfolder:folder=CommonApplicationData }/RAYLASE/LicenseManager/LicenseManager.log" layout="${longdate}	${level:uppercase=false:padding=-5}	${message}" />
	</targets>

	<rules>
		<logger name="*" writeTo="logfile" />
	</rules>
</nlog>