See my comment on the original question on how to enable NLog internal logging.
To enable NLog internal logging, change the top of the NLog configuration to look like this:
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.mono2.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
autoReload="true"
internalLogLevel="Trace"
internalLogFile="nlog_log.log"
>
internalLogLevel internalLogFile.
internalLogToConsole true false, .
throwExceptions, NLog, . false, . true, , NLog.
, , NLog :
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.mono2.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
autoReload="true"
internalLogLevel="Trace"
internalLogFile="nlog_log.log"
internalLogToConsole="true"
throwExceptions="true"
>
, NLog . (NLog.config) "" ( app.config web.config)? () , ( ) ?