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