1.0.6 • Published 5 years ago

korean-logger v1.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

korean-logger

Korean Logger Modules

Author

License

  • MIT

Special Thanks

  • ZEONPLEX

Installation

npm install korean-logger

Examples

const klog = require('korean-logger')

klog.log('text') // Result: [로그] text
klog.info('text') // Result: [정보] text
klog.success('text') // Result: [성공] text
klog.alert('text') // Result: [알림] text
klog.warn('text') // Result: [경고] text
klog.error('text') // Result: [오류] text
klog.chat('text') // Result: [채팅] text
klog.status('text') // Result: [상태] text
klog.debug('text') // Result: [디버그] text
1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago