An open API service indexing awesome lists of open source software.

https://github.com/s0urcedev/ulogging-js

JS module for logging
https://github.com/s0urcedev/ulogging-js

js logging node-js nodejs

Last synced: 2 months ago
JSON representation

JS module for logging

Awesome Lists containing this project

README

          

# ulogging-js

**GitHub:** https://github.com/s0urcedev/ulogging-js

**NPM:** https://www.npmjs.com/package/ulogging

JS module for logging

## Installation:

```console
npm install ulogging
```

## Importing:

```js
const Logger = require("ulogging").Logger;
```

## Using:

`logItLowImportance` — decorator for low importance logging

`logItHighImportance` — decorator for high importance logging

`logHere(log_id)` — method for log where you put this method

And other documentation in `ulogging/index.js` and examples in `examples.js`