MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/PythonLearning/comments/1w5u8d5/working_on_a_logging_package_for_python/
r/PythonLearning • u/luafurry • 1d ago
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?
3 comments sorted by
4
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.
1
Never knew that existed, thx <3
1 u/Sea-Ad7805 1h ago No problem, nobody knows them all.
No problem, nobody knows them all.
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.