aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Logging/LogRow.cs
diff options
context:
space:
mode:
authorLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-07-15 16:27:07 -0400
committerLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-07-15 16:27:07 -0400
commitbaedafbeb92db3ddf434f038984970bf0a6ac0c1 (patch)
tree92b167ae54d47feebba97e496825f8f271d86903 /MediaBrowser.Common/Logging/LogRow.cs
parent2e03cb0916f69b324fe654f92f1642b21eb92005 (diff)
Switched to service stack json. Added more api enhancements.
Diffstat (limited to 'MediaBrowser.Common/Logging/LogRow.cs')
-rw-r--r--MediaBrowser.Common/Logging/LogRow.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Logging/LogRow.cs b/MediaBrowser.Common/Logging/LogRow.cs
index 39c69eb45..d1e234250 100644
--- a/MediaBrowser.Common/Logging/LogRow.cs
+++ b/MediaBrowser.Common/Logging/LogRow.cs
@@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using System.Text;
+using MediaBrowser.Model.Logging;
namespace MediaBrowser.Common.Logging
{