コード例 #1
0
ファイル: LogFactory.cs プロジェクト: jgsteeler/NLog
        private static void Dump(LoggingConfiguration config)
        {
            if (!InternalLogger.IsDebugEnabled)
            {
                return;
            }

            config.Dump();
        }