implemented ILogger interface for NLog logger. added Chainsaw NLogConfig.xml file. #9
6 lines
175 B
XML
6 lines
175 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<appSettings>
|
|
<add key="NLogConfigFilePath" value="Configs/NLogConfig.xml"/>
|
|
</appSettings>
|
|
</configuration> |