A .NET + JavaScript library that gives client-side JS the ability to log errors, warnings, etc. in server-side logs, without any server-side coding. Uses Common.Logging so it can be used with log4net, NLog, Enterprise Library, ELMAH, and others.
Questions tagged [jsnlog]
23 questions
0
votes
1 answer
Server side handler for JSNLog
I have requirement to store client side logs to server side file system. I see JSNlog Ajax appender post JSON data.
Is there a server side handler to write JSON log data to file system someone has already written? I don't use nodejs currently but if…
0
votes
1 answer
Using JSNLog with Angular 2 and .NET
I'm trying to use jsnlog with Angular 2 but my project uses .Net.
Unfortunately, they for .NET Core, so can you help me to config jsnlog for .Net?
I get the following error when I start the app:
POST http://localhost:9000/jsnlog.logger 404 (Not…

Minh Nguyen
- 81
- 1
- 2
- 9
0
votes
2 answers
Getting JSNLog to log with NLog
I am currently trying to implement a logging system for my ASP.Net application similar to this where Elmah is used to catch all of the .NET Uncaught Exceptions that happen and log them to a SQL Database, with NLog being used for the more lightweight…

Conor Watson
- 567
- 1
- 7
- 28
0
votes
1 answer
jsnlog producing errors on install
I am having some issues installing and using jsnlog as described on the docs. I keep getting errors when I try to import or use the library.
I tried to import the library as in the docs:
import { JL } from 'jsnlog'
I also tried including it this way…

jeanpier_re
- 815
- 1
- 6
- 23
0
votes
1 answer
JSNLog.Log4Net Customization LOG
in a project C# Web API + html/JS/JQuery, I'm currently using log4net logging library for information (server side).
Now, I need also to log information about client-side events.
I found the library JSNLog.Log4Net version: 2.20.1, and it seems to…

Davide Vignali
- 45
- 4
0
votes
1 answer
Issue with JSNlog Exception formatting
I am having an issue with JSNlog and Nlog with formatting Exceptions coming from JSNlog. I am writing all my error logs out as JSON but when I throw an exception from javascript the system is encoding the %message property as JSON as well causing…

bechbd
- 6,206
- 3
- 28
- 47
0
votes
2 answers
Unable to implement JSNLog to ASP.NET MVC solution
After I installed and referenced the JSNLog package into my MVC project, I'm experiencing an error when ever I click a link.
For example,
Link
usually produce
Link
but after I start…

watawata.coder
- 53
- 1
- 6
0
votes
0 answers
Install-Package : Unable to find package 'JSNLog'
I am trying to install JSNLog through Package Manager Console in Visual Studio 2010 as per the instructions given in http://www.jsnlog.com/Documentation/DownloadInstall but I am getting installation error...as below.
I am wondering that has…

msbyuva
- 3,467
- 13
- 63
- 87