From bd5bf32aba45f3a4dff4f883505ddf9fb528e53a Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 6 Oct 2013 14:48:04 -0400 Subject: fix web socket message name for library change --- MediaBrowser.Common.Implementations/Logging/NlogManager.cs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'MediaBrowser.Common.Implementations/Logging') diff --git a/MediaBrowser.Common.Implementations/Logging/NlogManager.cs b/MediaBrowser.Common.Implementations/Logging/NlogManager.cs index e20f9bc13..56f2b5e29 100644 --- a/MediaBrowser.Common.Implementations/Logging/NlogManager.cs +++ b/MediaBrowser.Common.Implementations/Logging/NlogManager.cs @@ -202,5 +202,13 @@ namespace MediaBrowser.Common.Implementations.Logging } } } + + /// + /// Flushes this instance. + /// + public void Flush() + { + LogManager.Flush(); + } } } -- cgit v1.2.3