Skip to main content

a utility for smart logging

Project description

a utility for smart logging

Like this :

#source code of test.py

from utillc import *
import utillc
import time

a,b = 1,"23"
EKOX(a)
EKOX((a, b))
for i in range(5) :
		time.sleep(1)
		EKOX(i)

EKO()
EKOT("done")

Output :

MINEKOLEVEL=0 python test.py

test.py:8: [0021ms] a=1.
test.py:9: [0000ms] a = 1,  b = 23.
test.py:12: [1002ms] i=0.
test.py:12: [1003/1003ms] i=1.
test.py:12: [1002/1002ms] i=2.
test.py:12: [1003/1003ms] i=3.
test.py:12: [1002/1002ms] i=4.
test.py:14: [0000ms] .
test.py:15: [0000ms] =done.
  • format understood by emacs filename:linenumber
  • time since last EKO
  • time since last time when same line executed
  • output format : =

more compact than fstring and compatible back to python 2.7

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

utillc-0.10.1-py2.py3-none-any.whl (20.1 kB view hashes)

Uploaded Python 2 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