Voting: std.logger

eles via Digitalmars-d digitalmars-d at puremagic.com
Thu Jul 31 21:57:14 PDT 2014


On Thursday, 31 July 2014 at 09:07:07 UTC, linkrope wrote:
> 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");

log.note()
log.say()

What about dlog?

dlog.note()
dlog.log()
dlog.say()

It is short and it is D...


More information about the Digitalmars-d mailing list