SYS_Log.sort() method
筛选并获取日志条目
签名
typescript
sort(types?: ESYS_LogType | Array<ESYS_LogType>): Promise<Array<ISYS_LogLine>>;
1
参数名
参数 | 类型 | 描述 |
---|---|---|
types | ESYS_LogType | Array<ESYS_LogType> | (Optional) 日志类型数组,可以同时指定多种日志类型,如若不指定则为全部类型 |
返回值
Promise<Array<ISYS_LogLine>>
符合筛选条件的日志条目数组
备注
如果日志面板处于打开状态,筛选操作会同时在前端展现