<?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">
	<targets>
		<target 
      name="file" 
      xsi:type="File" 
      encoding="utf-8"
      fileName="${registry:value=Sys Path:key=HKLM/SOFTWARE/SHIMADZU/LabSolutions/LabSolutions2/CurrentVersion/Mng/SoftwarePath/1}\..\Log\Debug\DBExtend.log" 
      layout="${date:format=yyyy-MM-dd HH\:mm\:ss.fff} ${processid}	${logger}	${message} " />
	</targets>
  <rules>
    <logger name="*" minlevel="Info" writeTo="file" />
  </rules>
</nlog>
