log_on_file#

property AedtLogger.log_on_file: bool#

Status of printing log messages to a file.

Returns:
bool

True if logging to file is enabled, False otherwise.

Examples

>>> from ansys.aedt.core import Hfss
>>> hfss = Hfss()
>>> hfss.logger.log_on_file