On Sunday, 13 July 2014 at 14:32:40 UTC, Sönke Ludwig wrote:
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.

I guess it is settled then

Reply via email to