formatting and start adding checks before logging debug messages

This commit is contained in:
CWX
2025-01-28 20:12:41 +00:00
parent b7184f68bd
commit 4d2a41fd0a
4 changed files with 93 additions and 34 deletions
@@ -6,7 +6,9 @@ using LogLevel = Core.Models.Spt.Logging.LogLevel;
namespace Core.Controllers;
[Injectable]
public class ClientLogController(ISptLogger<ClientLogController> _logger)
public class ClientLogController(
ISptLogger<ClientLogController> _logger
)
{
/// <summary>