diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-16 11:42:36 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-08-16 11:42:36 -0400 |
| commit | 56263a9fa26a93bbfa34f673be0e373572ec2fee (patch) | |
| tree | 3ffd69653eb22724ec6809598ee00bc33e23d3da /MediaBrowser.Model/Logging/ILogManager.cs | |
| parent | bfcd1b520fd79b893e721ba916ae5e1656407d2f (diff) | |
remove unused libs
Diffstat (limited to 'MediaBrowser.Model/Logging/ILogManager.cs')
| -rw-r--r-- | MediaBrowser.Model/Logging/ILogManager.cs | 6 |
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; |
