[CHANGE] Added logging

This commit is contained in:
max
2025-08-04 19:36:12 +02:00
parent 0f8530b9c0
commit 18077ca58c
6 changed files with 83 additions and 1 deletions

View File

@@ -11,6 +11,8 @@
<PackageReference Include="DotBased.Logging.MEL" Version="1.0.0" />
<PackageReference Include="DotBased.Logging.Serilog" Version="1.0.0" />
<PackageReference Include="MudBlazor" Version="8.10.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="7.0.0" />
</ItemGroup>
<ItemGroup>