On Friday, 17 February 2012 at 06:39:29 UTC, H. S. Teoh wrote:
[…] DEBUG and TRACE are rarely ever used after 4or 5 developers have had their hands on it, because turning those on will usually flood the logs with reams and reams of irrelevant messages from unrelated modules, so most people would stop using it after thefirst time.
I think avoiding this problem is one of the major benefits of the proposed std.log design (because vlog output can be filtered on a per-module basis).
David