diff options
Diffstat (limited to 'MediaBrowser.Common/Kernel/IApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Common/Kernel/IApplicationHost.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/MediaBrowser.Common/Kernel/IApplicationHost.cs b/MediaBrowser.Common/Kernel/IApplicationHost.cs index 1f99d10db..42ba2fbbb 100644 --- a/MediaBrowser.Common/Kernel/IApplicationHost.cs +++ b/MediaBrowser.Common/Kernel/IApplicationHost.cs @@ -17,23 +17,12 @@ namespace MediaBrowser.Common.Kernel void Restart(); /// <summary> - /// Reloads the logger. - /// </summary> - void ReloadLogger(); - - /// <summary> /// Gets the application version. /// </summary> /// <value>The application version.</value> Version ApplicationVersion { get; } /// <summary> - /// Gets the log file path. - /// </summary> - /// <value>The log file path.</value> - string LogFilePath { get; } - - /// <summary> /// Gets or sets a value indicating whether this instance can self update. /// </summary> /// <value><c>true</c> if this instance can self update; otherwise, <c>false</c>.</value> |
