aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Logging/LogSeverity.cs
diff options
context:
space:
mode:
authorLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-09-18 15:33:57 -0400
committerLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-09-18 15:33:57 -0400
commit8b7effd6ff1694688e93d03a48c5dcddb4efe4f0 (patch)
tree28f2e6af0ded4cefa56bd15a963a213359cd852c /MediaBrowser.Common/Logging/LogSeverity.cs
parent01a25c48a0c5718c40456c48e311e6c0955f7791 (diff)
Moved discovery of loggers and weather providers to MEF. Also added support for third-party image processors, also discovered through MEF.
Diffstat (limited to 'MediaBrowser.Common/Logging/LogSeverity.cs')
-rw-r--r--MediaBrowser.Common/Logging/LogSeverity.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Common/Logging/LogSeverity.cs b/MediaBrowser.Common/Logging/LogSeverity.cs
index 2abab1a44..97abfe7b5 100644
--- a/MediaBrowser.Common/Logging/LogSeverity.cs
+++ b/MediaBrowser.Common/Logging/LogSeverity.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
namespace MediaBrowser.Common.Logging
{
@@ -11,4 +11,4 @@ namespace MediaBrowser.Common.Logging
Warning = 4,
Error = 8
}
-}
+} \ No newline at end of file