1.0.0 • Published 4 years ago

@dada513/applog v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

applog

A simple and pretty logging library for javascript.
Only a shorthand syntax for log-symbols.

log msg

Example

const { Logger } = require("../src/index");
Logger.info("This is an info");
Logger.warn("This is a warning");
Logger.error("This is an error");
Logger.success("This is a success");
1.0.0

4 years ago