Review of Jose Armando Garcia Sancio's std.log

jdrewsen jdrewsen at nospam.com
Mon Feb 13 12:44:05 PST 2012


A first quick observation:

I vote for a debug severity level. Then make that default to the 
template parameter for log:

template log(Severity severity = Severity.debug)

That would make it nice for good old print debugging.

log("This is a dbg message");

/Jonas



More information about the Digitalmars-d mailing list