Voting: std.logger

Daniel Murphy via Digitalmars-d digitalmars-d at puremagic.com
Fri Aug 1 09:18:28 PDT 2014


"Dicebot"  wrote in message news:slflceuaxmlsdsxzcsxc at forum.dlang.org...

> Solution is easy - don't do `import std.log` an don't recommend use to do 
> it in docs, always use `import log = std.log`. This is how D module system 
> is supposed to work.

It's easy, but it's not the easiest.  There is a lot of value in having the 
easiest way to do something also be the right way. 



More information about the Digitalmars-d mailing list