Skip to content
Commit b4c14d26 authored by Douglas Raillard's avatar Douglas Raillard
Browse files

lisa.utils: Add Loggable.logger property

Allows abbreviating self.get_logger() into self.logger .

In classmethods, cls.get_logger() is still needed, since having a "class
property" would require a metaclass. That would bring more potential (trivial)
metaclass conflicts that could confuse people writing new classes so it has not
been done.
parent c16f3770
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment