Conversation
|
Thank you for our first feature PR! As mentioned in #36 we agree on somehow integrating that possibility. |
|
Hm, would you pass a full-blown object that does more than just print, or simply a function (such as print or, as I am doing right now with my variant, logging.debug)? I somewhat like the relatively minimalist latter approach. Definitely a lot nicer to have it in Hook.start, in any case. edit: having an object that can do slightly more would have the advantage of being able to have more than one error stream (separate handling of things that right now go to either stdout or stderr, which otherwise would be merged). |
|
Passing a The other main logging entity is the |
Allow passing a function to be used for log output in place of the print() function (Relating to #36 )