jellyfin/Emby.Drawing
William Taylor 65cd3ed597 Replaced injections of ILogger with ILoggerFactory
This makes resolving dependencies from the container much easier as
you cannot resolve with primitives parameters in a way that is any
more readable.

The aim of this commit is to change as little as possible with the end
result, loggers that were newed up for the parent object were given the same
name. Objects that used the base or app loggers, were given a new logger with
an appropriate name.

Also removed some unused dependencies.
2019-01-20 21:05:12 +00:00
..
Properties Merge branch 'dev' into code-cleanup 2019-01-11 12:50:36 +01:00
Emby.Drawing.csproj Combine Emby.Drawing and Emby.Drawing.Skia 2019-01-19 22:38:41 -05:00
ImageProcessor.cs Replaced injections of ILogger with ILoggerFactory 2019-01-20 21:05:12 +00:00
NullImageEncoder.cs ReSharper Reformat: Properties to expression bodied form. 2019-01-13 21:31:14 +01:00
PercentPlayedDrawer.cs Combine Emby.Drawing and Emby.Drawing.Skia 2019-01-19 22:38:41 -05:00
PlayedIndicatorDrawer.cs Combine Emby.Drawing and Emby.Drawing.Skia 2019-01-19 22:38:41 -05:00
SkiaEncoder.cs Replaced injections of ILogger with ILoggerFactory 2019-01-20 21:05:12 +00:00
StripCollageBuilder.cs Combine Emby.Drawing and Emby.Drawing.Skia 2019-01-19 22:38:41 -05:00
UnplayedCountIndicator.cs Combine Emby.Drawing and Emby.Drawing.Skia 2019-01-19 22:38:41 -05:00