Skip to content

ivanoff/the-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

the-log

The Log is dead. Long live the Log!

Instalation

npm i -S the-log

Usage

require('the-log');

console.log('echo'); // [2022-02-16T22:06:42.566Z] echo

Suppress logs when running unit tests

require('the-log').silent();

describe('Something', () => {
 it('should do something', () => {
   // test code
 });
});

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published