diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-06 14:48:04 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-06 14:48:04 -0400 |
| commit | bd5bf32aba45f3a4dff4f883505ddf9fb528e53a (patch) | |
| tree | 0f337d7acbbd18963827228062cf4df2d0384bf0 /MediaBrowser.Common.Implementations/Logging | |
| parent | 6e58ae31bd3c4da1944fb2b44a6a26a3c7e982fb (diff) | |
fix web socket message name for library change
Diffstat (limited to 'MediaBrowser.Common.Implementations/Logging')
| -rw-r--r-- | MediaBrowser.Common.Implementations/Logging/NlogManager.cs | 8 |
1 files changed, 8 insertions, 0 deletions
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 } } } + + /// <summary> + /// Flushes this instance. + /// </summary> + public void Flush() + { + LogManager.Flush(); + } } } |
