eliasnorrby / log-util

:ballot_box_with_check: Dead simple logging utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Log Util

Travis npm

Dependabot Status semantic-release

A dead simple logging utility I use in my tool configs.

Usage

const log = require('log-util')

log.info('Unwinding the flux hydralics...')
log.warn("It's taking a long time...")
log.ok('All done!')

Available methods

log.ok

log.info

log.warn

log.fail

log.skip

About

:ballot_box_with_check: Dead simple logging utility

License:MIT License


Languages

Language:TypeScript 70.9%Language:JavaScript 29.1%