Info
Version: | 1.4.1 |
Author(s): | Tom McKearney, Ben Alman |
Last Update: | Tuesday, February 11, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://jstrace.codeplex.com |
NuGet Url: | https://www.nuget.org/packages/JsTrace |
Install
Install-Package JsTrace
dotnet add package JsTrace
paket add JsTrace
JsTrace Download (Unzip the "nupkg" after downloading)
Dependencies
1 package depend on this package.
Tags
It has "Trace Levels" (off, error, warn, info, debug, log), which allow you to fine-tune what amount of trace information comes out of each area or module of your code. It additionally supports a callback function to allow further processing of Trace messages.
It is cross-browser and will gracefully degrade down to "console.log" on browsers without support for higher level methods like console.error.