Added dependency injection

This commit is contained in:
2026-06-02 19:09:35 +02:00
parent dd6aa547f9
commit 3cb5ee52a0
8 changed files with 1022 additions and 12 deletions
@@ -130,6 +130,8 @@ namespace EonaCat.LogStack.Test.Web
var builder = WebApplication.CreateBuilder(args);
int onLogCounter = 0;
var defaultColor = Console.ForegroundColor;
builder.Services.AddEonaCatLogging();
//_ = Task.Run(() =>
//{