overhauling logging to make it better

This commit is contained in:
2023-09-18 16:27:02 -06:00
parent 9abf818c0b
commit c8ad67fd0b
9 changed files with 64 additions and 17 deletions

View File

@@ -1,2 +1,3 @@
global using System.Text.Json.Serialization;
global using System.Text.Json;
global using Microsoft.Extensions.Logging;