"logFileHighlighter.customPatterns":[ { /// 错误,必须处理的问题 "pattern":"ERROR|error|FATAL|fatal|critical|FAILED", "foreground":"#FF0000" }, { /// 警告,必须注意的信息 "pattern":"WARN|warn|warning|percent: 99.|percent: 100|\\b(?:9\\d(?:\\.\\d{1,2})?|100(?:\\.0{1,2})?)%|\\(s\\)", "foreground":"#FFFF00" }, { /// 信息,值得注意的信息 "pattern":"(\"DCCapacityPos\":|get APP request call|INFO |info |RUN|OK|PASSED|Send DC handle req call which have ulDCCapaCity|spPID->usInstID|spPID->usTaskID|link auth successful, client|RequestCallReq|Dialling is handle as link call.|Function Avg Time:|frequency count|get SA msg:|server_close_connect|OnServerDisconnectClient usClientID|tcp_send: send failed, Socket|SetButtonStatus|get request call|is not need save link group call|handle auto pick up group|Dialling is handle as group call.|eSDK_SendSMS|Skip not auto pick up group|is not auto pick up!|get app request call|Group Call Speaker Change:|OnRequestCallReq|\\(31\\)|\\(34\\)|\\(36\\))", "foreground":"#42B883" }, { /// 调试,用于调试程序的信息 "pattern":"debug|Debug|DEBUG|Spend Time|Memory Change|Total Time|interval_time_factory", "foreground":"#007FFF" }, { /// 详细信息,可以忽略的信息 "pattern":"DETAIL|detail", "foreground":"#2F90B9" }, { /// 当前关注的信息(需要每次更新) "pattern":"6021102", "foreground":"#000000", "background":"#19F334" } ],