1.0.3 • Published 2 years ago

@io-arc/logger v1.0.3

Weekly downloads
18
License
ISC
Repository
github
Last release
2 years ago

@io-arc/logger

Logging output to Terminal console.
Use Kleur to specify colors.
Kleur is also bundled, so no installation is required.

See the documents.

Install

$ npm i @io-arc/logger

Usage

import { blue } from 'kleur'
import Logger from '@io-arc/logger'

Logger.message('Success !!!!', blue)