2.1.3 • Published 10 years ago

logging-js v2.1.3

Weekly downloads
14
License
MIT
Repository
github
Last release
10 years ago

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.

2.1.3

10 years ago

2.1.2

10 years ago

2.1.1

11 years ago

2.1.0

11 years ago

2.0.2

11 years ago

2.0.0

12 years ago

2.0.1

12 years ago