toddmeinershagen / NLog.SignalR

Custom NLog target for sending logs to a SignalR hub. This release is based on SignalR 2.0.
Apache License 2.0
31 stars 9 forks source link

Unable to get it to work on .Net Core 3.1 #11

Closed bfahm closed 4 years ago

bfahm commented 4 years ago

Kindly provide additional info on how to register and connect to the "LoggingHub".

Thanks in advance.

toddmeinershagen commented 4 years ago

@bfahm - @snakefoot has updated the project to support .NET standard 2.0 which should support the use of .NET core 3.1. It has now been release as v4.2.0.

There are a couple projects in the solution that provide a sample of a console app that publishes events that the website will listen to. (here and here )

Take a look at their configurations to see if that answers your questions. Hope it helps!