aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Logging/ILogManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Logging/ILogManager.cs')
-rw-r--r--MediaBrowser.Model/Logging/ILogManager.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Model/Logging/ILogManager.cs b/MediaBrowser.Model/Logging/ILogManager.cs
index 59bb86756..218f13eb4 100644
--- a/MediaBrowser.Model/Logging/ILogManager.cs
+++ b/MediaBrowser.Model/Logging/ILogManager.cs
@@ -32,12 +32,6 @@ namespace MediaBrowser.Model.Logging
void ReloadLogger(LogSeverity severity);
/// <summary>
- /// Gets the log file path.
- /// </summary>
- /// <value>The log file path.</value>
- string LogFilePath { get; }
-
- /// <summary>
/// Occurs when [logger loaded].
/// </summary>
event EventHandler LoggerLoaded;