Skip to content

A simple package that provides loggin to a file with date and time

License

Notifications You must be signed in to change notification settings

lilhamad/js-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-logger

A simple package that provides logging to a file with date and time Steps:

  1. run npm i js-log-to-file

  2. import the log package anywhere you want to log into a file in your code var log = require('js-log-to-file');

3.log any string anywhere with this line of code log.stringLogger("new log")

About

A simple package that provides loggin to a file with date and time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published