Can you tell, what `log(1)` does?Is there a irrefutable requirement to have a log function without explicitlevel?
As I understand, it's a defensive feature. There are things one wants in the log unconditionally, like OS version and program version. They can be logged at fatal level, but that's a workaround and looks confusing, and still can be filtered.
