UNPKG

custom-logger

Version:

Simple yet highly customizable console logger for node.js. Supports templating output, custom log levels, custom log types, and colored output.

39 lines (38 loc) 779 B
{ "name": "custom-logger", "description": "Simple yet highly customizable console logger for node.js. Supports templating output, custom log levels, custom log types, and colored output.", "version": "0.3.1", "author": "Felix Milea-Ciobanu <felixmilea@gmail.com> (http://felixmc.com/)", "repository": { "type": "git", "url": "http://github.com/felixmc/custom-logger.git" }, "main": "logger", "engines": { "node": ">=0.1.90" }, "dependencies": { "colors": "0.6.0-1", "dateformat": "1.0.2-1.2.3" }, "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } ], "keywords": [ "log", "logger", "logging", "color", "colour", "timestamp", "custom", "console", "warning", "error", "debug", "template" ] }