MessageChannel work for Seq Logging

This commit is contained in:
Janus Knudsen 2025-02-14 17:45:49 +01:00
parent e777135d62
commit bf50563ab7
6 changed files with 119 additions and 84 deletions

View file

@ -9,7 +9,7 @@ namespace Core.ModuleRegistry
{
builder.RegisterType<MessageChannel>()
.As<IMessageChannel>()
.As<IMessageChannel<Microsoft.ApplicationInsights.Channel.ITelemetry>>()
.SingleInstance();
builder.RegisterType<SeqBackgroundService>()