Martin
Member since Nov 21, 2014
- Profile: /members/12433-martin.htm
- Comments: 2
Recent Blog Comments By Martin
-
Logging Client-Side Errors With AngularJS And Stacktrace.js
Posted on Apr 22, 2015 at 3:20 AM
Hi Atticus, Just as a tip: what I did was use Log4Net for serverside logging and add JSNLog as clientside extension of that framework. I used Bens code and replaced his use of Stacktrace.js with JSNLog.... read more »
-
Logging Client-Side Errors With AngularJS And Stacktrace.js
Posted on Nov 21, 2014 at 2:53 PM
Hi, Great post, thanks. Instead of stacktraceJs, I use JSN Log (jsnlog.com) which combines very well with Log4Net. It requires no setup serverside if you have Log4Net already installed. Which is awesome! No need to take care of handling the requests or anything. Your post pointed me in the right d... read more »