AppFilter#
- class ansys.aedt.core.aedt_logger.AppFilter(destination='Global', extra='')[source]#
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.