update libs

This commit is contained in:
Luke Pulverenti
2015-09-11 22:18:09 -04:00
parent cd5615c6ce
commit dd17096b5d
15 changed files with 28 additions and 30 deletions

View File

@@ -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);
}