Hacker News new | ask | show | jobs
by jesusprubio 2577 days ago
You're right, being discussed in other places right now. Finally, changing the description to clarify that the goal is to be used in CLIs, not as a logger.

I prefer to keep lower complexity and there are some crates that cover that case better.

Thank you :).

1 comments

Quite the opposite. Your solution adds complexity. There is a reason why the log interface was invented and developed. Your solution might seem simple but once you start scaling your projects the deficiencies will surface.

Even if you want to keep the log functions, you can add support for the Log interface. As it is, many people who would otherwise use it, will not.