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_textstr

Text to display as the message.

levelstr, optional

Level 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.