Review: std.logger

Dicebot via Digitalmars-d digitalmars-d at puremagic.com
Sun Jul 13 05:45:02 PDT 2014


On Sunday, 13 July 2014 at 12:41:59 UTC, sigod wrote:
> I use my own log module like this:
> ```
> import log = util.log;
>
> log.info(...);
> log.debug(...);
> // etc
> ```

Exactly. I think this should be popularized as default style via 
std.logger documentation.


More information about the Digitalmars-d mailing list