skidl.logger module¶
Logging system for SKiDL.
This module provides logging functionality for runtime messages and electrical rule checking. It includes specialized loggers that can output to both the console and log files, with support for counting errors and warnings, and managing log file creation and deletion. The module also provides context management for temporarily changing the active logger.