logger_interface#
- class utils.logger_interface.Logger(caller_name=None)[source]#
DESCRIPTION:
This is the base-class object for all logger-type messages.
- Keywords:
- caller_name:
str A Python string usually designating the caller instance name to appended to the message string (msg); if NoneType upon entry the msg is not modified.
- caller_name: