eda_sys_log_add
Add a log message to the EDA system with an optional type, using the active or specified window for debugging.
Instructions
sys_Log.add(message: string, type?: ESYS_LogType) -> void 添加日志条目
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |