add_logger#

AedtLogger.add_logger(destination: str, level: int | None = 10) Logger#

Add a logger for either the active project or active design.

Parameters:
destinationstr

Logger to write to. Options are "Project" and "Design".

levelint, optional

Logging level enum. The default is logging.DEBUG.