0.0.1 • Published 5 years ago

hylog v0.0.1

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

Hylog

Travis (.org) npm.io

This is a simple beautiful log

This log is convenient to use, it will provide the information about the log type, recording time, log position and log message. You can distinguish different log types easily according different grade colors. It's clear to get the error message and find the log position from the log message when something wrong.

This is the log message effect:

npm.io

Install

npm install hylog --save

Usage

let log = require("hylog")

log.debug("debug")
log.info("info")
log.warn("warn")
log.error("error")
log.fatal("fatal")

License

MIT © Quzhen.