a customized way to use log
Project description
r_logger
a customized way to use log
usage:
from str:
from r_logger import RLogger
r_main_logger = RLogger('logs')
r_main_logger.info('info')
r_main_logger.debug('debug')
r_main_logger.error('error')
r_main_logger.critical('critical')
r_main_logger.warning('warning')
try:
raise Exception('exception details')
except Exception:
r_main_logger.exception('exception')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
r_logger-0.1.1.tar.gz
(2.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file r_logger-0.1.1.tar.gz.
File metadata
- Download URL: r_logger-0.1.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d93acb7462582d49c2e812131a66663847d5e9932ae305c7a2a446bb6b60e5f
|
|
| MD5 |
2fac164a77aefcd187db2643fc500df2
|
|
| BLAKE2b-256 |
98f85db9f8dd4d3b38e8febd7cb58afb29245b171c2651b8d5db8576b66575d8
|
File details
Details for the file r_logger-0.1.1-py3-none-any.whl.
File metadata
- Download URL: r_logger-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c680eea0bd359d07d55c09a5ba0b934322158c505034e6e3d8d97ba9b0a04b49
|
|
| MD5 |
9a38bfcd7b832ccae799cf0877671adf
|
|
| BLAKE2b-256 |
fa28971e5d2d855fa4cacb947dc444d4ffe61a0569448ddde654b910f1537157
|