r/PythonLearning 1d ago

Showcase Working on a logging package for python

Got tired of recreating the same functions EVERY SINGLE PROJECT I EVER MAKE so guess what, i made it a package, and if i think i finished it enough and added a bunch of features and it's pollished i might make it a package on pypl

Also any ideas?

an image example
3 Upvotes

3 comments sorted by

4

u/Sea-Ad7805 1d ago edited 21h ago

You are aware Python already has a standard logging facility, right? And many other can be found. Nevertheless a great exercise to make your own.

1

u/luafurry 16h ago

Never knew that existed, thx <3

1

u/Sea-Ad7805 1h ago

No problem, nobody knows them all.