]> git.smokeofanarchy.ru Git - space-station-14.git/commit
(Cleanup) Fix logger obsolete warnings (#40553)
authorDavid <david.owen.dev@gmail.com>
Tue, 7 Oct 2025 11:45:01 +0000 (05:45 -0600)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 11:45:01 +0000 (11:45 +0000)
commit691ca31b9535e074007bc85e345655948c6bf143
tree3ca54a0907db02581980d2681454d01ab2cbab28
parent101b9ffb257b451a2220baee5531f565ead3833e
(Cleanup) Fix logger obsolete warnings (#40553)

* Switched obsolete logger usages to use Sawmill

Fix the majority of obsolete logger usages outside the engine code.

* Fix injection in ChatManager and revert BuildMech changes

* Removed extra manual injection

* Reduced extra static injection and reverted changes to CommandButton as it needs engine changes.

* Removed two more cases of double injection and an extra using

* Reverted changes for Inventory Display

* Moved sawmill setup outside constructor in Table to resolve test failure
Content.Client/Administration/UI/Notes/AdminNotesLine.xaml.cs
Content.Client/Construction/UI/ConstructionMenuPresenter.cs
Content.Client/Guidebook/DocumentParsingManager.cs
Content.Client/Guidebook/Richtext/Table.cs
Content.Client/Guidebook/Richtext/TextLinkTag.cs
Content.Client/Launcher/LauncherConnecting.cs
Content.Client/UserInterface/Systems/Alerts/Widgets/AlertsUI.xaml.cs
Content.Replay/Menu/ReplayMainMenu.cs
Content.Server/Chat/Managers/ChatManager.cs
Content.Server/GameTicking/Commands/JoinGameCommand.cs