diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-26 12:21:18 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-26 12:21:18 -0500 |
| commit | 0f1ec5b586161362b1e79f8100d427f06ab1a8a5 (patch) | |
| tree | 16826fd1eab59886d2868e71c8ebab13c4326e5b /MediaBrowser.Common/Kernel/IApplicationHost.cs | |
| parent | cbb2f00da5a6a45610c517392dae7067a620dba2 (diff) | |
fix log window setting
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> |
