1.0.0 • Published 1 year ago

@liplum/log v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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!")
1.0.0

1 year ago

0.0.1

2 years ago