Info
Version: | 1.1.1 |
Author(s): | Warren Buckley & Ismail Mayat |
Last Update: | Friday, June 7, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://bitbucket.org/thecogworks/live-logger-for-umbraco |
NuGet Url: | https://www.nuget.org/packages/LiveLogger.Umbraco |
Install
Install-Package LiveLogger.Umbraco
dotnet add package LiveLogger.Umbraco
paket add LiveLogger.Umbraco
LiveLogger.Umbraco Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.SignalR(1.1.2)
Tags
Once installed you can view real time Umbraco logs from Log4Net.
Basically the package makes use of signalR and a custom Log4Net appender to append realtime logging to your browser window.
This is a must have package for anyone developing with Umbraco 6 in MVC mode as ?umbDebugShowTrace=True is not available anymore.