SYS_Log.find() method
查找条目
Signature
typescript
find(message: string | Array<string | {
text: string;
attr?: {
id?: string;
path?: string;
sheet?: string;
pcbid?: string;
type?: string;
};
}>, types?: ESYS_LogType | Array<ESYS_LogType>): Promise<Array<ISYS_LogLine>>;
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
Parameters
Parameter | Type | Description |
---|---|---|
message | string | Array<string | { text: string; attr?: { id?: string; path?: string; sheet?: string; pcbid?: string; type?: string; }; }> | 查找内容 |
types | ESYS_LogType | Array<ESYS_LogType> | (Optional) 日志类型数组,可以在指定的日志类型内查找 |
Returns
Promise<Array<ISYS_LogLine>>
符合查找条件的日志条目数组
Remarks
如果日志面板处于打开状态,查找操作会同时在前端展现