Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is there a log4net for javascript?

i want to log an asp.net , framework 4.0 web application. i'm using log4net as my logging device and the RollingFileAppender is working great from the code behind.

can log4net log javascript ? if yes , how? if not, how do you guys log a javascript?

like image 278
Rodniko Avatar asked Dec 07 '22 18:12

Rodniko


2 Answers

There's a log4javascript, which is based on log4j (as is log4net).

like image 65
Graham Clark Avatar answered Dec 26 '22 10:12

Graham Clark


There are several options.

  • log4javascript
  • log4js
  • blackbirdjs (current favorite)

I liked lumberjack, but can't locate it at the moment.

like image 32
Dave Newton Avatar answered Dec 26 '22 09:12

Dave Newton