update naming project

This commit is contained in:
Luke Pulverenti
2014-11-23 15:08:52 -05:00
parent f2f1d32486
commit 254382af2b
10 changed files with 47 additions and 45 deletions

View File

@@ -207,6 +207,9 @@ namespace MediaBrowser.Common.Implementations
FileSystemManager = fileSystem;
ConfigurationManager = GetConfigurationManager();
// Initialize this early in case the -v command line option is used
Logger = LogManager.GetLogger("App");
}
/// <summary>
@@ -228,7 +231,6 @@ namespace MediaBrowser.Common.Implementations
JsonSerializer = CreateJsonSerializer();
Logger = LogManager.GetLogger("App");
OnLoggerLoaded(true);
LogManager.LoggerLoaded += (s, e) => OnLoggerLoaded(false);