Convenient debug printing

Jacob Carlborg doob at me.com
Sat Feb 2 14:05:18 UTC 2019


On 2019-02-02 13:08, Patrick Schluter wrote:

> What's wrong with `debug log(<whatever>);` from `std.experimental.logger;`?
> 
> Works like a charm in my project. The message is prepended with a time 
> stamp and location in file/function/line.

I think what's missing is the variable name not being automatically 
added to the message printed.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list