Note, that you cannot use NLog in medium trust environments unless you use an unsigned build
The following configuration property values may be configured:configType
: INLINE|FILE
configFile
: NLog XML configuration file path in case of FILENLog.LogManager.Configuration = new NLog.Config.XmlLoggingConfiguration(configFile)
.