• Stars
    star
    131
  • Rank 274,595 (Top 6 %)
  • Language
    TypeScript
  • License
    Other
  • Created over 10 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.

More Repositories

1

LINQtoCSV

Popular, easy to use library to read and write CSV files.
C#
198
star
2

jsnlog

JSNLog for .Net. Combines jsnlog.js client side logging with .Net server side component to receive log messages and pass them to the server side logging package. Configure loggers in web.config.
C#
191
star
3

JSNLog.AngularJS

JavaScript logging and error handling for AngularJS
JavaScript
24
star
4

dynamicbundles

Dependency resolver for MVC web sites, using MVC bundles
JavaScript
16
star
5

semantictypes

Support for implementing semantic types
C#
14
star
6

jsnlogSimpleWorkingDemos

Simple well documented web projects that use JSNLog to send log messages from client side JavaScript code to the server side log
JavaScript
12
star
7

jsnlog.AspNetCoreDemo

Shows JavaScript logging in a simple ASP.NET Core Application (.NET Core)
C#
5
star
8

Common.Logging.Log4Net.Universal

Common Logging adapter for Log4Net
C#
4
star
9

jsnlog-nodejs

JSNLog for Node.js. Use jsnlog.js on both client and server. This package jsnlog-nodejs receives log messages from the client and stores them in your server side logs.
JavaScript
4
star
10

Common.Logging.Elmah.v2

Version of Common.Logging.Elmah that logs the HttpContext when available
C#
2
star
11

jsnlog.AngularCoreDemo

Demo using JSNLog, Angular 2+ and ASP.NET CORE
JavaScript
2
star
12

AWS-articles

Articles and sample code about Amazon Web Services
HTML
2
star
13

ViewExtensions

Makes it easy to treat views as pages and to generate menus and links to them
C#
1
star
14

SystemWrapper.Core

Version of SystemWrapper for .Net Core
C#
1
star
15

jsnlog.NodeJsWorkingDemos

Working demo code that shows jsnlog.js used with Node.js
JavaScript
1
star