Skip to content
Snippets Groups Projects

JavaScript - Custom Logger

Description

Custom logging file to be imported into other projects.

Improves logging handling above and beyond JavaScript's default definitions.

Make sure to also copy src/helper_functions.js file, as well as dependencies as defined in package.json.

Program Setup

Install NodeJs. Then run npm install at project root to install dependencies.

Running the Program

Once the program is setup, run node app.js from project root.

References

See documents/references.md for various references used for project.