[PR #3254] [MERGED] Use typed logger where possible #9400

Closed
opened 2026-02-07 06:01:31 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: ilogger


📝 Commits (3)

  • 44957c5 Use typed logger where possible
  • 57d1dbf undo erroneous changes
  • 0982b73 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/3254 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 6/6/2020 **Status:** ✅ Merged **Merged:** 6/12/2020 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `ilogger` --- ### 📝 Commits (3) - [`44957c5`](https://github.com/jellyfin/jellyfin/commit/44957c5a9a11fcd6e4567c7d31bc39d79c709068) Use typed logger where possible - [`57d1dbf`](https://github.com/jellyfin/jellyfin/commit/57d1dbfe7b3bc4ad8cc4cc1c89313ad394db4f50) undo erroneous changes - [`0982b73`](https://github.com/jellyfin/jellyfin/commit/0982b73c117cc7ee66cde3a3a1bba80a659cfd57) Merge remote-tracking branch 'upstream/master' into ilogger ### 📊 Changes **122 files changed** (+170 additions, -160 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description Find regex: `ILogger[^<F]` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:01:31 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9400