std.logger

David Nadlinger code at klickverbot.at
Thu Aug 22 14:36:48 PDT 2013


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


More information about the Digitalmars-d mailing list