On Sun, 30 Dec 2018 at 05:58, Malcolm Greene wrote:
>
> I have a class method that adds additional context to many of the
> class's log messages. Rather than calling, for example, logger.info(
> 'message ...' ) I would like to call my_object.log( 'message ...' ) so
> that this additional context
Malcolm Greene wrote:
> I have a class method that adds additional context to many of the
> class's log messages. Rather than calling, for example, logger.info(
> 'message ...' ) I would like to call my_object.log( 'message ...' ) so
> that this additional context is managed in a single place. I'