Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added `timelogging` to the list #1696

Open
wants to merge 1 commit into
base: master
from
Open

Conversation

@tbrodbeck
Copy link

@tbrodbeck tbrodbeck commented Dec 18, 2020

What is this Python project?

The log function of timelogging is designed to be a drop-in replacement for print and it enables a clean output of either the time, time and day, or a fully customizable timestamp.

It is designed to allow logging to be as minimalistic as possible and it aspires to be as customizable as possible as well.

What's the difference between this Python project and similar ones?

It is a wrapper around the builtin logging library with way less overhead. This allows quicker prototyping, especially for data science tasks where the tracking of run durations of code blocks in a script is very important.

Through this log function the time can be easily tracked with just one line of code of importing it. I find it very useful and I use it all the time.

--

Anyone who agrees with this pull request could submit an Approve review to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant