MessageChannel work for Seq Logging
This commit is contained in:
parent
e777135d62
commit
bf50563ab7
6 changed files with 119 additions and 84 deletions
|
|
@ -9,7 +9,7 @@ namespace Core.ModuleRegistry
|
|||
{
|
||||
|
||||
builder.RegisterType<MessageChannel>()
|
||||
.As<IMessageChannel>()
|
||||
.As<IMessageChannel<Microsoft.ApplicationInsights.Channel.ITelemetry>>()
|
||||
.SingleInstance();
|
||||
|
||||
builder.RegisterType<SeqBackgroundService>()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue