created custom logger for servicestack

This commit is contained in:
Luke Pulverenti
2013-04-17 15:16:36 -04:00
parent c38a27f1c3
commit 3cc81aa180
5 changed files with 246 additions and 25 deletions

View File

@@ -207,7 +207,7 @@ namespace MediaBrowser.ServerApplication
{
base.OnLoggerLoaded();
_httpServerCreationTask = Task.Run(() => ServerFactory.CreateServer(this, Logger, "Media Browser", "index.html"));
_httpServerCreationTask = Task.Run(() => ServerFactory.CreateServer(this, LogManager, "Media Browser", "index.html"));
}
/// <summary>