Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Root826008yMy boss wondered why I spent 20 hours on my logging module when all it needs to do is write to a file. Silly muggle.
It's got log levels, timestamps (duh), tagging, indenting, automatic error handling and logging, i/o waiting and retries, helper functions to reduce code, etc. It's sexy ^_^ -
@Ashkin the real question is was their a library that already had this out their?
-
Root826008y@atomicTurtle there's no library that has logs as beautiful as mine ^_^
It's a fair question, though. I didn't find any I liked. -
@Ashkin what language are you using? I'm trying to create a logging module myself.
They say a man's best friend is his dog.
But a developer's best friend is his log!
undefined