Unbuffered logging

Johan Engelen via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Tue Apr 14 01:32:19 PDT 2015


On Tuesday, 14 April 2015 at 05:15:51 UTC, Kai Nacke wrote:
>
> IMHO the logger code needs to be redesigned and unified. But 
> with the switch to DDMD I don't think that this has a high 
> priority...

Yeah I didn't mean anything big. pragma(LDC_verbose) is a big
help for me as an D/LDC newb.

Is there a good argument against simply flushing Logger::printf ?
Yes it will be slower, but I think very few people compile
programs with pragma(LDC_verbose) without trying to find a bug? :)


More information about the digitalmars-d-ldc mailing list