Click here to Skip to main content
15,893,266 members
Articles / Web Development / ASP.NET

JSNLog - JavaScript logging integrated with ASP.NET and MVC

Rate me:
Please Sign up or sign in to vote.
4.80/5 (7 votes)
4 Apr 2014CPOL11 min read 46.5K   28  
JSNLog lets you put loggers in your JavaScript code, configure them in your web.config, and capture their output on your server.

Revisions


  

Compare Revision Minor Date Status Editor
3 - publicly available No 4-Apr-14 15:52 Available Matt Perdeck
Updates in content. Changes: 9844
2 No 28-Nov-12 2:33 Available Matt Perdeck
Updates in content. 72 changes had been made.
1 No 28-Nov-12 2:13 Available Matt Perdeck
Initial creation

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Australia Australia
Twitter: @MattPerdeck
LinkedIn: au.linkedin.com/in/mattperdeck
Current project: JSNLog JavaScript Logging Package

Matt has over 9 years .NET and SQL Server development experience. Before getting into .Net, he worked on a number of systems, ranging from the largest ATM network in The Netherlands to embedded software in advanced Wide Area Networks and the largest ticketing web site in Australia. He has lived and worked in Australia, The Netherlands, Slovakia and Thailand.

He is the author of the book ASP.NET Performance Secrets (www.amazon.com/ASP-NET-Site-Performance-Secrets-Perdeck/dp/1849690685) in which he shows in clear and practical terms how to quickly find the biggest bottlenecks holding back the performance of your web site, and how to then remove those bottlenecks. The book deals with all environments affecting a web site - the web server, the database server and the browser.

Matt currently lives in Sydney, Australia. He recently worked at Readify and the global professional services company PwC. He now works at SP Health, a global provider of weight loss web sites such at CSIRO's TotalWellBeingDiet.com and BiggestLoserClub.com.

Comments and Discussions