AppFilter#
- class ansys.aedt.core.aedt_logger.AppFilter(destination: str = 'Global', extra: str = '')#
Specifies the destination of the logger.
AEDT exposes three different loggers, which are the global, project, and design loggers.
- Parameters:
Methods
AppFilter.filter(record)Modify the record sent to the logger.