js-log-to-file

1.0.1 • Public • Published

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")

Package Sidebar

Install

npm i js-log-to-file

Weekly Downloads

0

Version

1.0.1

License

is freely distributable under the terms of the https://github.com/lilhamad/js-logger/blob/main/LICENSE (ISC) MIT

Unpacked Size

3.06 kB

Total Files

5

Last publish

Collaborators

  • lilhamad