T type logging

This commit is contained in:
Alex
2025-01-15 15:06:54 +00:00
parent f9f108448a
commit 8b3305efca
100 changed files with 1229 additions and 761 deletions
@@ -1,8 +1,8 @@
using Core.Annotations;
using Core.Models.Utils;
using Core.Servers;
using Core.Services;
using Core.Utils;
using ILogger = Core.Models.Utils.ILogger;
namespace ExampleMods.Mods.Override;
@@ -10,7 +10,7 @@ namespace ExampleMods.Mods.Override;
public class WatermarkOverride : Watermark
{
public WatermarkOverride(
ILogger logger,
ISptLogger<Watermark> logger,
ConfigServer configServer,
LocalisationService localisationService,
WatermarkLocale watermarkLocale