Login
From:
terokarvinen.com
(Uncensored)
subscribe
Logging in Python – with function names, line numbers, command line -v -d and aliases v(), d() | Tero Karvinen
https://terokarvinen.com/2015/10/29/logging-in-python-with-function-names-line-numbers-command-line-v-d-and-aliases-v-d/
links
backlinks
Roast topics
Find topics
Find it!
Logging is tells you what’s going on when your run and often avoids useless comments. Log messages give you a real time feeling what’s happening in the program. And your advanced users might want to run ‘supercommand –debug’, too.