1.0.1 • Published 4 years ago

simpleloger v1.0.1

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

Simpleloger


Instalation

npm i simpleloger


Example:

const { Log, LogError } = require("./index");

Log("Some message");
LogError("Some error message");

Output

Example output

1.0.1

4 years ago

1.0.0

4 years ago