add_debug_message# AedtLogger.add_debug_message(message_text, level=None)[source]# Parameterized message to the message manager to specify the type and project or design level. Parameters: message_textstrText to display as the message. levelstr, optionalLevel to add the info message to. Options are "Global", "Project", and "Design". The default value is None, in which case the info message gets added to the "Design" level.