Cosimo Lupo cca1d20b0e
[loggingTools] added LogMixin class
This is useful to quickly add logging functionality to classes, and
to reduce boilerplate.

It adds a 'log' property to the class inheriting from it, which uses
logging.getLogger to get a logging.Logger (sigleton) object named after
<module>.<class> of self.
2017-04-11 18:40:52 +01:00
..
2017-04-11 18:40:52 +01:00
2017-03-28 03:43:01 -07:00
2017-04-05 15:50:24 +02:00