1.0.2 • Published 3 years ago

logerio.js v1.0.2

Weekly downloads
7
License
ISC
Repository
-
Last release
3 years ago

Logerio

A progressive logging library for Javascript

How to use

$ npm i logerio.js

In your code

const Started = new Date()
const Logerio = require('logerio.js')
const logger = new Logerio( 'Boot Service' )

logger.log( 'Successfully loaded!' )
logger.info( `Booted per ${new Date() - Started} ms!` )
logger.error( `Woops!` )
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago