@liplum/log
v1.0.0
Published
Logging
Downloads
161
Readme
@liplum/log
Installation
Install this package.
npm i @liplum/log
Getting started
import { createLogger } from "@liplum/log"
const log = createLogger("Main")
log.info("hello, world!")
log.warn("hello, warning!")
log.error("hello, error!")
log.verbose("hello, hello, hello!")
log.debug("hello, bug!")