I resolved myself..........use in app.config
<targets>
<target name="file" xsi:type="File" layout="${longdate} ${logger} ${message}" filename="${basedir}/${level}.log" xmlns:xsi="#unknown" />
</targets>
<rules>
<logger name="*" minlevel="Debug" writeto="file" />
</rules>
hope it will help others
use link
https://github.com/nlog/NLog/wiki/File-target