aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Kernel/IApplicationHost.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-02-26 12:21:18 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-02-26 12:21:18 -0500
commit0f1ec5b586161362b1e79f8100d427f06ab1a8a5 (patch)
tree16826fd1eab59886d2868e71c8ebab13c4326e5b /MediaBrowser.Common/Kernel/IApplicationHost.cs
parentcbb2f00da5a6a45610c517392dae7067a620dba2 (diff)
fix log window setting
Diffstat (limited to 'MediaBrowser.Common/Kernel/IApplicationHost.cs')
-rw-r--r--MediaBrowser.Common/Kernel/IApplicationHost.cs11
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>