Info
Version: | 1.1.0 |
Author(s): | MUnique |
Last Update: | Wednesday, June 13, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MUnique/log4net.SignalR |
NuGet Url: | https://www.nuget.org/packages/munique.log4net.signalr.appender |
Install
Install-Package munique.log4net.signalr.appender
dotnet add package munique.log4net.signalr.appender
paket add munique.log4net.signalr.appender
munique.log4net.signalr.appender Download (Unzip the "nupkg" after downloading)
Dependencies
- log4net(>= 2.0.8)
- Microsoft.AspNet.SignalR.Client(>= 2.2.0)
- Microsoft.AspNet.SignalR.Core(>= 2.2.0)
- Microsoft.Owin(>= 3.0.1)
- Microsoft.Owin.Security(>= 3.0.1)
- Newtonsoft.Json(>= 8.0.3)
Tags
From this hub it gets forwarded to its registered SignalR clients, e.g. to a JavaScript client in the browser.
It uses the SignalR async signaling library to stream these events in real-time over a persistent connection between the server and client.
The main use case for log4net.SignalR is building a log viewer on your website that gives easy visibility to diagnostic information and errors logged on the server.