aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Logging/ILogManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-12-17 17:39:17 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-12-17 17:39:17 -0500
commite3484bdcc204ae39e0bfdf08e758012a048d539c (patch)
tree9d3ca8e950bc8a0aae88fad7005971ec937f9e5a /MediaBrowser.Model/Logging/ILogManager.cs
parent3763f7d912cd38740d053d677d064a480fba6d23 (diff)
3.0.5464.40000
Diffstat (limited to 'MediaBrowser.Model/Logging/ILogManager.cs')
-rw-r--r--MediaBrowser.Model/Logging/ILogManager.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Logging/ILogManager.cs b/MediaBrowser.Model/Logging/ILogManager.cs
index 674d8fd16..59bb86756 100644
--- a/MediaBrowser.Model/Logging/ILogManager.cs
+++ b/MediaBrowser.Model/Logging/ILogManager.cs
@@ -14,6 +14,12 @@ namespace MediaBrowser.Model.Logging
LogSeverity LogSeverity { get; set; }
/// <summary>
+ /// Gets or sets the exception message prefix.
+ /// </summary>
+ /// <value>The exception message prefix.</value>
+ string ExceptionMessagePrefix { get; set; }
+
+ /// <summary>
/// Gets the logger.
/// </summary>
/// <param name="name">The name.</param>