@eliasnorrby/log-util
TypeScript icon, indicating that this package has built-in type declarations

1.1.10 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @eliasnorrby/log-util

Weekly Downloads

13

Version

1.1.10

License

MIT

Unpacked Size

7.92 kB

Total Files

6

Last publish

Collaborators

  • eliasnorrby