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.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Logging/ILogManager.cs b/MediaBrowser.Model/Logging/ILogManager.cs
index 2207ddc75..fabca4459 100644
--- a/MediaBrowser.Model/Logging/ILogManager.cs
+++ b/MediaBrowser.Model/Logging/ILogManager.cs
@@ -35,5 +35,10 @@ namespace MediaBrowser.Model.Logging
/// Occurs when [logger loaded].
/// </summary>
event EventHandler LoggerLoaded;
+
+ /// <summary>
+ /// Flushes this instance.
+ /// </summary>
+ void Flush();
}
}