Extracted Logging into a separate, portable class library

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-07-30 09:44:28 -04:00
parent 882e20e9a5
commit 7766956274
17 changed files with 246 additions and 215 deletions

View File

@@ -1,6 +1,6 @@
using System;
using MediaBrowser.Controller;
using MediaBrowser.Common.Progress;
using MediaBrowser.Model.Progress;
namespace MediaBrowser.Program
{
@@ -28,6 +28,8 @@ namespace MediaBrowser.Program
Console.WriteLine("Press Enter to quit.");
Console.ReadLine();
kernel.Dispose();
}
}
}