https://issues.dlang.org/show_bug.cgi?id=14940 --- Comment #3 from Robert Schadek <rburners at gmail.com> --- the code tries to log the Logger. If I change it to log the Nullable is still does not work, because the toString of Nullable takes a @system delegate OutputRange. --