Logging libraries make it easy (well, hard but possible) to log to many destinations w/o recompile & some primitive per-source filtering. But what do I want? lots of features for tuning flooding.
4 levels of debugging doesn't capture that an INFO inside a tight loop could execute 10,000 a second in a parallel process. Warn/Error has 2 meanings, uncommon but also bad. But a Warn inside a loop is verbose.
♡ 0 ↻ 0Clearly the world needs a new logging library that will get no adoption because it is more useful to use the worst logging library in the world if it is used by your app and all the 3rd party libs you depend on.
♡ 0 ↻ 0