BNMetrics / logme

Python Logging For Humans (Also supports configurable color logging for the terminal!)
Other
534 stars 21 forks source link

consider self.log #16

Open kennethreitz opened 5 years ago

kennethreitz commented 5 years ago
...
    self.log.info('something')

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

kennethreitz commented 5 years ago

Also matches @logme.log :)

BNMetrics commented 5 years ago

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