fixed multiple log files

This commit is contained in:
LukePulverenti
2013-03-04 11:31:33 -05:00
parent 1847a4bdb3
commit 16b36d4d89
4 changed files with 47 additions and 112 deletions

View File

@@ -125,7 +125,7 @@ namespace MediaBrowser.ServerApplication
// Add our log window if specified
if (_configurationManager.Configuration.ShowLogWindow)
{
Trace.Listeners.Add(new WindowTraceListener(new LogWindow()));
Trace.Listeners.Add(new WindowTraceListener(new LogWindow(_logManager)));
}
else
{