Exemple #1
0
        static Program()
        {
            var namespaceName = typeof(Program).Namespace;

            if (namespaceName == null)
                return;

            Configuration = (LoggerSection)ConfigurationManager.GetSection(namespaceName);
        }
Exemple #2
0
        static Program()
        {
            var namespaceName = typeof(Program).Namespace;

            if (namespaceName == null)
            {
                return;
            }

            Configuration = (LoggerSection)ConfigurationManager.GetSection(namespaceName);
        }