Write an instantiation message to logger.
Instantiation message will be output at the logging.DEBUG level,
and will be wrapped in a line of asterisk before and after.
- Parameters:
logger (Logger) – The logger to write the message to.
instantiate_message (str) – The message to output on instantiation. This will be output at the
logging.DEBUG level, and will be wrapped in a line of hyphens before
and after.
- Return type:
None