diff options
Diffstat (limited to 'MediaBrowser.Common/Logging/BaseLogger.cs')
| -rw-r--r-- | MediaBrowser.Common/Logging/BaseLogger.cs | 4 |
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()
{
}
|
