Skip to main content

Simple, Colored, File and Line number printable logger

Project description

devfacPyLog

Simple, Colored, File and Line number printable python logger

I wanted to log like this

  1. colored
  2. file name
  3. line number
  4. time
  5. 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

sample_output

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

devfacPyLogger-0.2.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

devfacPyLogger-0.2.1-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page