BudgetAnalyser.Engine.BudgetAnalyserLog4NetLogger.ConfigureLog4Net C# (CSharp) Method

ConfigureLog4Net() protected method

protected ConfigureLog4Net ( ) : void
return void
        protected virtual void ConfigureLog4Net()
        {
            Log4NetLogger = LogManager.GetLogger("Budget Analyser Diagnostic Log");
            XmlConfigurator.Configure();
        }