@jony_starc/log
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

Log

customized console.log for degugging in project

Example:

import Log from "@jony_starc/log";

// instantiate
const log = Log.getLogger(__filename);

log.debug("debug message");
log.info("info message");
log.warn("warn message");
log.error("error message");

Readme

Keywords

none

Package Sidebar

Install

npm i @jony_starc/log

Weekly Downloads

3

Version

1.0.7

License

MPL-2.0

Unpacked Size

8.98 kB

Total Files

12

Last publish

Collaborators

  • jony_starc