debug#

AedtLogger.debug(msg: str, *args, **kwargs)#

Write a debug message to the global logger.

Examples

>>> from ansys.aedt.core import Hfss
>>> hfss = Hfss()
>>> hfss.logger.debug("Debug trace message")