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.