logme
logme copied to clipboard
consider self.log
...
self.log.info('something')
might be nice. would need to keep self.logger, though, for already-dependent libs.
Also matches @logme.log :)
Like this idea!
I think we can have support on both self.logger, or self.log. what do you think?