public void TestCreateLoggerExceptionLoggerError()
        {
            // load the config
            IConfiguration config =
                new ConfigurationManager().GetConfiguration("TopCoder.LoggingWrapper.LogManager");

            config.GetChild("ExceptionLogger").RemoveAttribute("logger_name");

            LogManager.CreateLogger(config);
        }