Simple, Colored, File and Line number printable logger
Project description
devfacPyLogger
Simple, Colored, File and Line number printable python logger
I wanted to log like this
- colored
- file name
- line number
- time
- print type of logs by different func name
[2021-11-09 22:53:41.227][INF][test_logger.py:39] info log
[2021-11-09 22:53:41.229][DBG][test_logger.py:40] debug log
[2021-11-09 22:53:41.230][ERR][test_logger.py:41] error log
[2021-11-09 22:53:41.231][WRN][test_logger.py:42] warning log
[2021-11-09 22:53:41.233][CRC][test_logger.py:43] critical log
How to use
from devfacPyLogger import log
log.info('info log')
log.debug('debug log')
log.error('error log')
log.warning('warning log')
log.critical('critical log')
features
- At jupyter notebook there will be NO filename and line number(0.1)
[2021-11-09 23:01:34.591][WRN] warning log
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
devfac-py-logger-0.2.2.tar.gz
(3.2 kB
view hashes)
Built Distribution
Close
Hashes for devfac_py_logger-0.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f42173d31bb038bc40772133e10b89d160a42d76821172767df53367d2de824 |
|
MD5 | d4e73fb5696cf4c7424bff568edf5b6b |
|
BLAKE2b-256 | fac8b266b5c58666a7f6572feed726d2c97667c473890a20a86fadad86e5eb32 |