Voting: std.logger

linkrope via Digitalmars-d digitalmars-d at puremagic.com
Thu Jul 31 02:07:06 PDT 2014


On Thursday, 31 July 2014 at 07:13:37 UTC, Kagamin wrote:
> On Wednesday, 30 July 2014 at 20:41:15 UTC, Andrei Alexandrescu 
> wrote:
>> Yah but then we have stuttering such as log.log("ehm") which 
>> is oddly the same as log("ehm").
>
> log.write
> log.writef

And with

     alias writef opCall;

(from the previous std.log proposal) it could also be

    log("ehm");


More information about the Digitalmars-d mailing list