std.logger

Piotr Szturmaj bncrbme at jadamspam.pl
Thu Aug 22 17:07:45 PDT 2013


W dniu 22.08.2013 16:00, Robert Schadek pisze:
> Docu:
> http://burner.github.io/phobos/phobos-prerelease/std_logger.html

What about specifying log level at runtime, e.g.:

// set by the user at runtime
LogLevel userLogLevelForX;

log(userLogLevelForX, "X");

?


More information about the Digitalmars-d mailing list