]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Rejig LogStringHandler (#30706)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Fri, 5 Sep 2025 12:22:49 +0000 (00:22 +1200)
committerGitHub <noreply@github.com>
Fri, 5 Sep 2025 12:22:49 +0000 (14:22 +0200)
commit828b1f2044900eca9122c710cc6025fcc08c1291
tree352fcd4a21553cf0ffaf9f02b0c89a97575f30ec
parentf45bf4590f0026cf6f5fcff3beb32b3213cce06a
Rejig LogStringHandler (#30706)

* Rejig LogStringHandler

* Fix session logs

* Fix properly

* comments

* IAsType support

* Fix mind logs

* Fix mind logging AGAIN

---------

Co-authored-by: PJB3005 <pieterjan.briers+git@gmail.com>
17 files changed:
Content.Server/Administration/Logs/AdminLogManager.Json.cs
Content.Server/Administration/Logs/AdminLogManager.cs
Content.Server/Administration/Logs/Converters/AdminLogConverter.cs
Content.Server/Administration/Logs/Converters/EntityCoordinatesConverter.cs
Content.Server/Administration/Logs/Converters/EntityStringRepresentationConverter.cs
Content.Server/Administration/Logs/Converters/MindStringRepresentationConverter.cs [new file with mode: 0644]
Content.Server/Administration/Logs/Converters/PlayerSessionConverter.cs
Content.Server/Botany/Systems/PlantHolderSystem.cs
Content.Shared/Administration/Logs/IAdminLogsPlayerValue.cs [new file with mode: 0644]
Content.Shared/Administration/Logs/ISharedAdminLogManager.cs
Content.Shared/Administration/Logs/LogStringHandler.cs
Content.Shared/Administration/Logs/SharedAdminLogManager.cs
Content.Shared/Administration/Logs/SharedAdminLogSystem.cs [deleted file]
Content.Shared/Chemistry/Reagent/ReagentPrototype.cs
Content.Shared/Interaction/SharedInteractionSystem.cs
Content.Shared/Mind/SharedMindSystem.cs
Content.Shared/Objectives/Systems/SharedObjectivesSystem.cs