On Thursday, 22 August 2013 at 15:51:53 UTC, Craig Dillabaugh
wrote:
> Do you really find the three extra characters a big problem.
They are unnecessary. If you want to make clear you are dealing
with logging, you can just write something along the lines of:
import log = std.logger;
log.error("123");
David