Info
Version: | 1.0.0 |
Author(s): | Chris Fulstow |
Last Update: | Monday, June 23, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ChrisFulstow/log4net.SignalR |
NuGet Url: | https://www.nuget.org/packages/log4net.signalr.appender |
Install
Install-Package log4net.signalr.appender
dotnet add package log4net.signalr.appender
paket add log4net.signalr.appender
log4net.signalr.appender Download (Unzip the "nupkg" after downloading)
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 site that gives easy visibility to diagnostic information and errors logged on the server. (However, you probably won't want to use it in production in case your logs include sensitive information.).