Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VERBOSE-ZERO

A simple, dependency-free verbose Javascript logging tool.

Does not require NodeJS but works well with it.

INSTALL

# stable
npm install verbose-zero

# latest
npm install @mdombrock/verbose-zero

USAGE

//require verbose-zero
const v = require('verbose-zero');
//log a message
v.log("This is a message");
//log multiple messages with one line by sending an array to logm()
v.logm(["This is a multi-part message",Date.now()]);

TOGGLING VERBOSE OUTPUT

Verbose logging is on by default. You can disable or re-enable it at run-time.

//disable verbose logging
v.disable();
//re-enable verbose logging
v.enable();

About

A simple, dependency-free verbose Javascript logging tool.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages