JsTrace 1.1.1
See the version list below for details.
dotnet add package JsTrace --version 1.1.1
NuGet\Install-Package JsTrace -Version 1.1.1
<PackageReference Include="JsTrace" Version="1.1.1" />
paket add JsTrace --version 1.1.1
#r "nuget: JsTrace, 1.1.1"
// Install JsTrace as a Cake Addin #addin nuget:?package=JsTrace&version=1.1.1 // Install JsTrace as a Cake Tool #tool nuget:?package=JsTrace&version=1.1.1
JsTrace allows you to heavily instrument your JavaScript code without flooding the console with messages. 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.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on JsTrace:
Package | Downloads |
---|---|
JsTrace.MVC
Sets up an ASP.NET Area with a JsTraceController in order to facilitate sending JsTrace messages to the server |
GitHub repositories
This package is not used by any popular GitHub repositories.
1.1: Removed "with" usage, fixed a few bugs and now adheres to most standard JSHint rules
1.1.1: Fixed up Intellisense comments a bit more