JsTrace 1.4.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package JsTrace --version 1.4.0
NuGet\Install-Package JsTrace -Version 1.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="JsTrace" Version="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JsTrace --version 1.4.0
#r "nuget: JsTrace, 1.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install JsTrace as a Cake Addin
#addin nuget:?package=JsTrace&version=1.4.0

// Install JsTrace as a Cake Tool
#tool nuget:?package=JsTrace&version=1.4.0

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.

There are no supported framework assets in this package.

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.

Version Downloads Last updated
1.4.1 2,246 2/11/2014
1.4.0 1,319 2/11/2014
1.3.1 1,508 2/11/2014
1.3.0 8,422 3/18/2012
1.2.0 1,551 3/5/2012
1.1.1 1,551 2/27/2012
1.1.0 1,300 2/25/2012
1.0.0 1,309 2/18/2012

Added Trace.config method for single-call configuration from the client
     Added RequireJS/AMD support