]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Unify `Content`'s `EntitySystem` logging (#26216)
authorLordCarve <27449516+LordCarve@users.noreply.github.com>
Sun, 17 Mar 2024 20:30:27 +0000 (21:30 +0100)
committerGitHub <noreply@github.com>
Sun, 17 Mar 2024 20:30:27 +0000 (07:30 +1100)
commiteeaea6c25b496106eb741e93738f2ab8503949ba
tree4e52683452444169a7d73e939394407587f8321e
parent4357b9ef08fee0e08c4fdf4eeef714fa8eb38112
Unify `Content`'s `EntitySystem` logging (#26216)

Use Log with generated sawmill name rather than explicitly named one for all non rule-based Content EntitySystems.
13 files changed:
Content.Server/Chemistry/EntitySystems/VaporSystem.cs
Content.Server/DeviceNetwork/Systems/DeviceListSystem.cs
Content.Server/Forensics/Systems/ForensicScannerSystem.cs
Content.Server/Mapping/MappingSystem.cs
Content.Server/Mech/Systems/MechSystem.cs
Content.Server/Movement/Systems/LagCompensationSystem.cs
Content.Server/NPC/Systems/NpcFactionSystem.cs
Content.Server/Shuttles/Systems/EmergencyShuttleSystem.cs
Content.Server/StationEvents/EventManagerSystem.cs
Content.Server/VendingMachines/VendingMachineSystem.cs
Content.Shared/Anomaly/SharedAnomalySystem.cs
Content.Shared/DeviceLinking/SharedDeviceLinkSystem.cs
Content.Shared/Nutrition/EntitySystems/ThirstSystem.cs