AppFilter#

class pyaedt.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:
destinationstr, optional

Logger to write to. Options are "Global"`, ``"Project", and "Design". The default is "Global".

extrastr, optional

Name of the design or project. The default is "".

Methods

AppFilter.filter(record)

Modify the record sent to the logger.