AppFilter#
- class pyedb.edb_logger.AppFilter(destination='Global', extra='')#
Bases:
logging.FilterSpecifies the destination of the logger.
AEDT exposes three different loggers, which are the global, project, and design loggers.
Overview#
Modify the record sent to the logger. |
Import detail#
from pyedb.edb_logger import AppFilter
Method detail#
- AppFilter.filter(record)#
Modify the record sent to the logger.
- Parameters:
- recordclass:logging.LogRecord
Contains information related to the event being logged.