tidy3d.log.set_logging_level

tidy3d.log.set_logging_level#

class set_logging_level[source]#

Bases:

Set tidy3d console logging level priority.

Parameters:

level (str) – The lowest priority level of logging messages to display. One of {'DEBUG', 'SUPPORT', 'USER', INFO', 'WARNING', 'ERROR', 'CRITICAL'} (listed in increasing priority).

Inherited Common Usage