isolated weather and moved drawing classes up to the controller project

This commit is contained in:
LukePulverenti
2013-02-21 01:02:10 -05:00
parent acf5b0b6ed
commit ae4ffa75be
21 changed files with 252 additions and 81 deletions

View File

@@ -441,7 +441,7 @@ namespace MediaBrowser.Common.Kernel
AddLogTarget(logFile, "ApplicationLogFile");
Logging.Logger.LoggerInstance = Logging.LogManager.GetLogger("Global");
Logging.Logger.LoggerInstance = Logging.LogManager.GetLogger("App");
OnLoggerLoaded();
}
@@ -484,6 +484,7 @@ namespace MediaBrowser.Common.Kernel
CompositionContainer = MefUtils.GetSafeCompositionContainer(Assemblies.Select(i => new AssemblyCatalog(i)));
CompositionContainer.ComposeExportedValue("kernel", this);
CompositionContainer.ComposeExportedValue("logger", Logging.LogManager.GetLogger("App"));
CompositionContainer.ComposeParts(this);