diff options
| author | LukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com> | 2012-09-18 15:33:57 -0400 |
|---|---|---|
| committer | LukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com> | 2012-09-18 15:33:57 -0400 |
| commit | 8b7effd6ff1694688e93d03a48c5dcddb4efe4f0 (patch) | |
| tree | 28f2e6af0ded4cefa56bd15a963a213359cd852c /MediaBrowser.Common/Logging/LogSeverity.cs | |
| parent | 01a25c48a0c5718c40456c48e311e6c0955f7791 (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.cs | 4 |
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 |
