lukix29 / nicelog

nicer console logging for NodeJs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nicer console logging for NodeJs

Example

require("nicelog")(console);
// ... rest of your code
// console.log(["TEST DATA"]);  will print: 08:13:47 [LOG]   [ "TEST DATA" ]
// console.log(["TEST ERROR"]); will print: 08:13:47 [ERROR] [ "TEST ERROR" ]

About

nicer console logging for NodeJs


Languages

Language:JavaScript 100.0%