Revert ILoggerFactory usage in BaseItem.cs

This commit is contained in:
crobibero
2020-06-23 07:31:59 -06:00
parent 0be10db5a5
commit 1398c2117c
3 changed files with 4 additions and 5 deletions

View File

@@ -560,8 +560,6 @@ namespace MediaBrowser.Controller.Entities
/// <summary>
/// The logger.
/// </summary>
public static ILoggerFactory LoggerFactory { get; set; }
public static ILogger<BaseItem> Logger { get; set; }
public static ILibraryManager LibraryManager { get; set; }