node-logging-js
Version:
Easy lib to trace function calls and write log messages into the `console` object.
22 lines (21 loc) • 398 B
JSON
{
"name": "logging.js",
"authors": [
"DracoBlue <JanS@DracoBlue.de>"
],
"description": "Easy lib to trace function calls and write log messages into the `console` object.",
"main": "logging.js",
"moduleType": [
"amd"
],
"keywords": [
"logging",
"console",
"tracing"
],
"license": "MIT",
"homepage": "http://dracoblue.net/",
"ignore": [
"**/.*"
]
}