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-03-14 12:00:13 +01:00
2015-04-26 02:01:01 -04:00
2016-01-27 19:01:12 +00:00