1.0.0 • Published 1 year ago
@liplum/log v1.0.0
@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!")