HatfieldConsultants / jsnlog.js

Tiny JavaScript logging library, simple and well documented. Lots of options to filter logging data.

Home Page:js.jsnlog.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSNLog.js

JSNLog.js is a tiny (2kb min+gz) JavaScript logging library.

  • It has lots of options to reduce the amount of log data, so you get only the data you need.
  • It sends log data to the server where you can store it.

Details and documentation: js.jsnlog.com

License: MIT

Integrate with server side logging

  • JSNLog for .Net - Combines jsnlog.js with a .Net handler to automatically store client side log data in your server side logs. Supports Log4net, Nlog, Elmah, Common.Logging. Also lets you configure client side loggers in your web.config.
  • JSNLog for PHP - PHP handler that receives log data from JSNLog.js and stores it on the server.
  • JSNLog for Node.js - Use jsnlog.js on both the client and the server. Client side log messages are sent to the server where they are stored in your server side logs. Supports Winston transports.
  • Open an issue if you want to build a server side handler for another language.

About

Tiny JavaScript logging library, simple and well documented. Lots of options to filter logging data.

js.jsnlog.com

License:Other


Languages

Language:TypeScript 49.1%Language:JavaScript 45.0%Language:PowerShell 5.6%Language:Batchfile 0.3%