0.2.1 • Published 3 years ago

@flamesx128/nextlog v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

NextLog

This library adds different console registers.

Examples

log.error("New Error!");
// output: [15/10/2021] [19:30:58] [ERR] New Error!

log.ok("Ok");
// output: [15/10/2021] [19:30:58] [ERR] Ok

log.print("Hello world!");
// output: [15/10/2021] [19:30:58] [ERR] Hello world!

log.warn("New Warn!");
// output: [15/10/2021] [19:30:58] [ERR] New Warn!

image

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago