FlexitimeTracker/DataCenter_Windows/WindowsDataCenter/NLogLogger/App.config
chris.watts90@outlook.com f73fb9d345 renamed Class1 to NLogger.cs.
implemented ILogger interface for NLog logger.
added Chainsaw NLogConfig.xml file.
#9
2017-02-10 22:37:57 +00:00

6 lines
175 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="NLogConfigFilePath" value="Configs/NLogConfig.xml"/>
</appSettings>
</configuration>