mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3254] [MERGED] Use typed logger where possible #9400
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/3254
Author: @crobibero
Created: 6/6/2020
Status: ✅ Merged
Merged: 6/12/2020
Merged by: @dkanada
Base:
master← Head:ilogger📝 Commits (3)
44957c5Use typed logger where possible57d1dbfundo erroneous changes0982b73Merge remote-tracking branch 'upstream/master' into ilogger📊 Changes
122 files changed (+170 additions, -160 deletions)
View changed files
📝
Emby.Dlna/DlnaManager.cs(+2 -2)📝
Emby.Dlna/Main/DlnaEntryPoint.cs(+6 -4)📝
Emby.Dlna/PlayTo/PlayToManager.cs(+2 -1)📝
Emby.Dlna/Service/BaseService.cs(+1 -1)📝
Emby.Drawing/ImageProcessor.cs(+1 -1)📝
Emby.Notifications/NotificationEntryPoint.cs(+1 -1)📝
Emby.Notifications/NotificationManager.cs(+1 -1)📝
Emby.Photos/PhotoProvider.cs(+1 -1)📝
Emby.Server.Implementations/AppBase/BaseConfigurationManager.cs(+2 -2)📝
Emby.Server.Implementations/ApplicationHost.cs(+1 -1)📝
Emby.Server.Implementations/Browser/BrowserLauncher.cs(+1 -1)📝
Emby.Server.Implementations/Channels/ChannelManager.cs(+1 -1)📝
Emby.Server.Implementations/Channels/RefreshChannelsScheduledTask.cs(+1 -1)📝
Emby.Server.Implementations/Collections/CollectionManager.cs(+3 -3)📝
Emby.Server.Implementations/Data/BaseSqliteRepository.cs(+2 -2)📝
Emby.Server.Implementations/Data/CleanDatabaseScheduledTask.cs(+1 -1)📝
Emby.Server.Implementations/Devices/DeviceId.cs(+2 -2)📝
Emby.Server.Implementations/Dto/DtoService.cs(+1 -1)📝
Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs(+1 -1)📝
Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs(+1 -1)...and 80 more files
📄 Description
Find regex:
ILogger[^<F]🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.