finam.Loggable#
- class finam.Loggable[source]#
Bases:
ABC
Loggable component.
- Attributes:
logger
Logger for this component.
logger_name
Logger name.
uses_base_logger_name
Whether this class has a
base_logger_name
attribute.
- abstract property uses_base_logger_name#
Whether this class has a
base_logger_name
attribute.
- abstract property logger_name#
Logger name.
- property logger#
Logger for this component.