aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Logging/IConsoleLogger.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Logging/IConsoleLogger.cs')
-rw-r--r--MediaBrowser.Model/Logging/IConsoleLogger.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/MediaBrowser.Model/Logging/IConsoleLogger.cs b/MediaBrowser.Model/Logging/IConsoleLogger.cs
deleted file mode 100644
index a8c282d65..000000000
--- a/MediaBrowser.Model/Logging/IConsoleLogger.cs
+++ /dev/null
@@ -1,7 +0,0 @@
-namespace MediaBrowser.Model.Logging
-{
- public interface IConsoleLogger
- {
- void WriteLine(string message);
- }
-}