Voting: std.logger
Andrei Alexandrescu via Digitalmars-d
digitalmars-d at puremagic.com
Thu Jul 31 08:41:14 PDT 2014
On 7/31/14, 12:13 AM, 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
Then you have the globals write and writef which will compete with those
in std.stdio. -- Andrei
More information about the Digitalmars-d
mailing list