warning#

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

Write a warning message to the global logger.

Examples

>>> from ansys.aedt.core import Hfss
>>> hfss = Hfss()
>>> hfss.logger.warning("Potential issue detected")