eda_sys_log_find
Searches EasyEDA Pro system logs by message text or attributes and optional log types, returning matching log entries and displaying results in the open log panel.
Instructions
sys_Log.find(message: string | Array<string | { text: string; attr?: { id?: string; path?: string; sheet?: string; pcbid?: string; type?: string } }>, types?: ESYS_LogType | Array) -> Promise<Array> 查找条目 remarks: 如果日志面板处于打开状态,查找操作会同时在前端展现 returns: 符合查找条件的日志条目数组
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |