0.0.5 • Published 12 months ago

jblog v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

jblog

Simple Node.js colorful logger for pretty-looking console messages

Version npm npm downloads

Installation

npm i jblog

Import

import Logger from 'jblog'

or

const Logger = require('jblog')

Usage

import Logger from 'jblog'

const logger = new Logger({
    scopes: ['TTS', 'SERVICE']
})

const someData = 'Hello world!'
logger.info('Well, something happened', someData)
logger.warn('There is a chance that you haven\'t heard of the high elves')

logs_screenshot.png

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago