jsnlog
Version:
Simple logging package. Use on client and/or server. On the client, sends logs to the server and stores them in your existing server side logs. On the server, log to console or use Winston transports. Ideal for logging exceptions, AJAX timeouts.
34 lines (33 loc) • 722 B
JSON
{
"name": "jsnlog.js",
"main": "jsnlog.js",
"version": "2.30.0",
"authors": [
"mperdeck <mperdeck@gmail.com>"
],
"description": "Tiny JavaScript logger library, simple and well documented. Lots of options to filter logging data. Sends log data to the server using AJAX.",
"moduleType": [ "globals", "amd", "node" ],
"keywords": [
"logging",
"logger",
"debugging",
"development"
],
"license": "MIT",
"homepage": "http://js.jsnlog.com",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"Definitions",
"bin",
"obj",
"*.*",
"!jsnlog.js",
"!jsnlog.ts",
"!jsnlog.js.map",
"!jsnlog.min.js"
]
}