info#

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

Write an info message to the global logger.

Examples

>>> from ansys.aedt.core import Hfss
>>> hfss = Hfss()
>>> hfss.logger.info("Simulation started")