SYS_Log.find() method
查找条目
签名
typescript
find(message: string, types?: ESYS_LogType | Array<ESYS_LogType>): Promise<Array<ISYS_LogLine>>;
1
参数名
参数 | 类型 | 描述 |
---|---|---|
message | string | 查找内容 |
types | ESYS_LogType | Array<ESYS_LogType> | (Optional) 日志类型数组,可以在指定的日志类型内查找 |
返回值
Promise<Array<ISYS_LogLine>>
符合查找条件的日志条目数组
备注
如果日志面板处于打开状态,查找操作会同时在前端展现