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
- Host: GitHub
- URL: https://github.com/s0urcedev/ulogging-js
- Owner: s0urcedev
- License: mit
- Created: 2022-06-04T09:23:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T18:20:25.000Z (about 4 years ago)
- Last Synced: 2025-09-01T14:18:37.760Z (10 months ago)
- Topics: js, logging, node-js, nodejs
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`