Review: std.logger

Sönke Ludwig via Digitalmars-d digitalmars-d at puremagic.com
Sun Jul 13 07:32:48 PDT 2014


Am 13.07.2014 14:45, schrieb Dicebot:
> 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.

Yeah, I guess that should be fine, too.


More information about the Digitalmars-d mailing list