Skip to content

Lightweight logging library for Node.js based on the java.util.logging library.

License

Notifications You must be signed in to change notification settings

fabianishere/logging.js

Repository files navigation

logging.js

Logging.js is a lightweight logging library written in Javascript based on the java.util.logging package.

var logger = require("logging-js").get(module);
logger.info("Hello World!");

Installation

Logging.js can be installed by simply running the following command in your terminal:

$ npm install --save logging-js

License

This project is licensed under the MIT license. More information can be found in the LICENSE file.

About

Lightweight logging library for Node.js based on the java.util.logging library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published