aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Logging/BaseLogger.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Common/Logging/BaseLogger.cs')
-rw-r--r--MediaBrowser.Common/Logging/BaseLogger.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Logging/BaseLogger.cs b/MediaBrowser.Common/Logging/BaseLogger.cs
index fbd287750..16eb96e20 100644
--- a/MediaBrowser.Common/Logging/BaseLogger.cs
+++ b/MediaBrowser.Common/Logging/BaseLogger.cs
@@ -79,6 +79,10 @@ namespace MediaBrowser.Common.Logging
LogEntry(row);
}
+ protected virtual void Flush()
+ {
+ }
+
public virtual void Dispose()
{
}