2.0.3 • Published 3 years ago

@checksumdev/clog v2.0.3

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
3 years ago

Checksum's typescript logging library. 🎉

This is a javascript/typescript module in active development for logging things to the console in a stylish and optimized way without having the hassle of building your own logging system for every app you create!

Example

See other usages in the typescript type defintions

import Clog from "@checksumdev/clog"; // Import Clog
const clog = new Clog(); // Instantiate Clog (its faster this way)

clog.log("Hello World!"); // outputs "Hello World!" in green text

Output

clog.log("Hello World!");
-> [12:00:00] [INFO] Hello World!
2.0.3

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.0

3 years ago

1.0.2

3 years ago