From fdafa596832eae13cebcf5bbe5fa867f7ba068f0 Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Thu, 21 Feb 2013 20:26:35 -0500 Subject: Removed System.Windows.Forms dependancy from Common. Almost done removing NLog dependancy. --- MediaBrowser.Common/Logging/LogManager.cs | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 MediaBrowser.Common/Logging/LogManager.cs (limited to 'MediaBrowser.Common/Logging/LogManager.cs') diff --git a/MediaBrowser.Common/Logging/LogManager.cs b/MediaBrowser.Common/Logging/LogManager.cs deleted file mode 100644 index 825f04440..000000000 --- a/MediaBrowser.Common/Logging/LogManager.cs +++ /dev/null @@ -1,20 +0,0 @@ -using MediaBrowser.Model.Logging; - -namespace MediaBrowser.Common.Logging -{ - /// - /// Class LogManager - /// - public static class LogManager - { - /// - /// Gets the logger. - /// - /// The name. - /// ILogger. - public static ILogger GetLogger(string name) - { - return new NLogger(name); - } - } -} -- cgit v1.2.3