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