On Friday, 1 August 2014 at 20:20:00 UTC, Jeremy Powers via Digitalmars-d wrote:

Can you tell, what `log(1)` does?


Is there a irrefutable requirement to have a log function without explicit
level?

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.

Reply via email to