Files
deb-python-taskflow/taskflow/utils
Joshua Harlow 5773fb09e6 Use a class provided logger before falling back to module
If a subclass overrides the logging listeners and provides
a class specific logger (under the attribute named _LOGGER)
try to use that before using the taskflow specific logging
module (and only use this one as a last resort).

This allows subclasses to easily override the default logger
without having to continually pass in a constructor argument
to do the same.

Change-Id: I91fea3db6cdd1dfb39963ff9589fd530fe087278
2015-01-22 14:55:29 -08:00
..
2014-02-22 17:16:29 +08:00