2.4.1 • Published 4 years ago
@touno-io/debuger v2.4.1
@touno-io/debuger
debuger beautiful message logs and insert log to mongodb.
Installation
npm i @touno-io/debuger
// or
yarn i @touno-io/debugerPreview

Logger
object debuger
- log
function(...msg)message log normal - start
function(...msg)start log and color green. - success
function(...msg)start log and color green. - warn
function(...msg)start log and color green. - info
function(...msg)info log and color blue. - error
function(...msg)error log and color red.
object progress cli
- wait
function(msg, max = 100, sizeBar = 25)message and progress bar. - increment
function(value)add value. - update
function(value)set value. - stop
function()start log and color green. - info
function(...msg)info log and color blue. - error
function(...msg)error log and color red.
sample
// es6
import debuger from '@touno.io/debuger'
const logger = await debuger('test')
// javascript
const logger = require('@touno.io/debuger')('test')
logger.log('message')
logger.info('message')
logger.start('begin')
logger.success('end')
logger.warn('error type warning.')
logger.error(new Error('Error'))
// progress
logger.wait('begin', 100)
logger.update(50)
logger.stop()License
MIT © 2018 Touno™
2.4.1
4 years ago
2.4.0
5 years ago
2.3.3
6 years ago
2.3.0
6 years ago
2.2.0
6 years ago
2.0.2
6 years ago
1.4.5
7 years ago
1.4.3
7 years ago
1.4.2
7 years ago
1.4.1
7 years ago
1.4.0
7 years ago
1.3.5
7 years ago
1.3.4
7 years ago
1.3.3
7 years ago
1.3.2
7 years ago
1.3.1
7 years ago
1.3.0
7 years ago
1.2.0
7 years ago
1.1.0
7 years ago
1.0.0
7 years ago