logme icon indicating copy to clipboard operation
logme copied to clipboard

consider self.log

Open kennethreitz opened this issue 6 years ago • 2 comments

...
    self.log.info('something')

might be nice. would need to keep self.logger, though, for already-dependent libs.

kennethreitz avatar May 09 '19 22:05 kennethreitz

Also matches @logme.log :)

kennethreitz avatar May 09 '19 22:05 kennethreitz

Like this idea! I think we can have support on both self.logger, or self.log. what do you think?

BNMetrics avatar May 22 '19 18:05 BNMetrics