Added dependency injection
This commit is contained in:
@@ -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(() =>
|
||||
//{
|
||||
|
||||
Reference in New Issue
Block a user