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

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

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`