Skip to content

Thermofish/simple-stdout-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation

const { stdout } = require ('simple-stdout-logger');

stdout.info ('An informational message');
stdout.warn ('A warning message');
stdout.error ('An error message');
stdout.debug ('A debug message');