1.0.1 • Published 2 years ago

simpleloger v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.0.0

2 years ago