write_instantiate_message#

caf.toolkit.log_helpers.write_instantiate_message(logger, instantiate_message)[source]#

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