1.1.6 • Published 6 years ago

quasimodallogger v1.1.6

Weekly downloads
91
License
-
Repository
github
Last release
6 years ago

quasimodallogger

A simple module for the logging purposes of quasimodal

Installing

Install the package using the following command:

npm i quasimodallogger

Sample Code

The logger will output to stdout as well as 2 files a combined logging file and an error logging file.

const log = require("quasimodallogger");

log.info("test");
log.error("ERROR");

Enviornment variables

There are two enviornment variables that can be changed.

APPNAME - Changes the name of the app in the logs and changes the log filenames.
LOG_PATH - Changes the path of the log files.

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago