UNPKG

inologger

Version:

Simple log interface with colored logging

9 lines (7 loc) 151 B
const log = require("../index"); log.init(); log.error("hello"); log.warn("hi"); log.fatal("ooooooooo"); log.info("You know ?"); log.trace("nothing")