diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-09-11 22:18:09 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-09-11 22:18:09 -0400 |
| commit | dd17096b5d60e24f88f8f0c21227961d54587f6f (patch) | |
| tree | a4b9ae3bea033aeed798900b5fd5f59b8cb51f1f /MediaBrowser.Common.Implementations/Logging/NlogManager.cs | |
| parent | cd5615c6ce4c4de44f7c9118d2ca0454fadd0868 (diff) | |
update libs
Diffstat (limited to 'MediaBrowser.Common.Implementations/Logging/NlogManager.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/Logging/NlogManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/Logging/NlogManager.cs b/MediaBrowser.Common.Implementations/Logging/NlogManager.cs index 698792802..6d4cd06cb 100644 --- a/MediaBrowser.Common.Implementations/Logging/NlogManager.cs +++ b/MediaBrowser.Common.Implementations/Logging/NlogManager.cs @@ -170,7 +170,7 @@ namespace MediaBrowser.Common.Implementations.Logging /// </summary> /// <param name="name">The name.</param> /// <returns>ILogger.</returns> - public ILogger GetLogger(string name) + public Model.Logging.ILogger GetLogger(string name) { return new NLogger(name, this); } |
