Skip to content

Extremley useful log function for javascript code

Notifications You must be signed in to change notification settings

g00dnatur3/node-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-log

useful log function for javascript based on log4js

install

 "dependencies": {
    ...,
    "node-log": "https://github.com/g00dnatur3/node-log.git",
}

example

const log = require('../src/log')(__filename);

log.info('hello world');

log.info('{bold} bold-hello', 'not bold', '{bold} this is bold')

About

Extremley useful log function for javascript code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published