add_message#

AedtLogger.add_message(message_type, message_text, level=None, proj_name=None, des_name=None)[source]#

Add a message to the message manager to specify the type and project or design level.

Parameters:
message_typeint

Type of the message. Options are: * 0 : Info * 1 : Warning * 2 : Error * 3 : Debug

message_textstr

Text to display as the message.

levelstr, optional

Level to add the message to. Options are "Global", "Project", and "Design". The default is None, in which case the message gets added to the "Design" level.

proj_namestr, optional

Name of the project.

des_namestr, optional

Name of the design.