https://github.com/s0urcedev/ulogging-py
Python module for logging
https://github.com/s0urcedev/ulogging-py
logging module python python3
Last synced: 11 months ago
JSON representation
Python module for logging
- Host: GitHub
- URL: https://github.com/s0urcedev/ulogging-py
- Owner: s0urcedev
- License: mit
- Created: 2022-06-03T15:49:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-27T18:19:49.000Z (about 4 years ago)
- Last Synced: 2025-06-17T14:47:11.480Z (about 1 year ago)
- Topics: logging, module, python, python3
- Language: Python
- 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-py
**GitHub:** https://github.com/s0urcedev/ulogging-py
**PyPi:** https://pypi.org/project/ulogging/
Python module for logging
## Installation:
```console
pip install ulogging
```
## Importing:
```py
from ulogging import Logging
```
## Using:
`log_it_low_importance` — decorator for low importance logging
`log_it_high_importance` — decorator for high importance logging
`log_here(log_id)` — method for log where you put this method
`file.close()` — closing output file (DON'T FORGET ABOUT PUTTING IT TO END OF A FILE)
And other documentation in `ulogging/__init__.py` and examples in `examples.py`