mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3098] [MERGED] Remove Support for Injecting ILogger Directly #9342
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/3098
Author: @barronpm
Created: 5/12/2020
Status: ✅ Merged
Merged: 5/13/2020
Merged by: @JustAMan
Base:
master← Head:remove-ilogger📝 Commits (1)
62420a6Remove support for injecting ILogger directly📊 Changes
8 files changed (+40 additions, -34 deletions)
View changed files
📝
Emby.Server.Implementations/ApplicationHost.cs(+0 -7)📝
Emby.Server.Implementations/Library/Resolvers/Audio/MusicAlbumResolver.cs(+2 -2)📝
Emby.Server.Implementations/Library/Resolvers/Audio/MusicArtistResolver.cs(+3 -3)📝
Emby.Server.Implementations/LiveTv/TunerHosts/M3UTunerHost.cs(+2 -2)📝
MediaBrowser.Api/Movies/TrailersService.cs(+9 -3)📝
MediaBrowser.Api/UserLibrary/ItemsService.cs(+1 -1)📝
MediaBrowser.Providers/Plugins/Omdb/OmdbEpisodeProvider.cs(+14 -10)📝
MediaBrowser.Providers/Plugins/Omdb/OmdbItemProvider.cs(+9 -6)📄 Description
Changes
Remove the functionality for injecting ILogger directly, replaces all usages with generic versions or
LoggerFactory🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.