On Saturday, 30 August 2014 at 02:16:55 UTC, Dicebot wrote:
==============================
Martin Nowak
==============================
"Support duck-typing for the log functions.
Logger should be a concept and log functions should be
free-standing
UFCS functions that take any `isLogger!T`.
To support a global `defaultLog` variable, you could add a
Logger
interface and a loggerObject shim. See
http://dlang.org/phobos/std_range.html#inputRangeObject for
this a pattern."
Neither seem to be addressed nor countered.
Overly complicated IMO