Searched refs:newLog (Results 1 – 3 of 3) sorted by relevance
99 function appendNewLog(newLog) { argument102 if (isMessageIgnored(newLog.message.content)) {109 if (lastLog && lastLog.category === newLog.category) {114 if (newLog.level === 'fatal') {120 logs.add(newLog);135 newLog.symbolicate('component');136 newLog.symbolicate('stack', (status) => {147 else if (newLog.level === 'syntax') {148 logs.add(newLog);152 logs.add(newLog);
1 …newLog: LogBoxLog): void {\n // Don't want store these logs because they trigger a\n // state up…
128 function appendNewLog(newLog: LogBoxLog): void {131 if (isMessageIgnored(newLog.message.content)) {139 if (lastLog && lastLog.category === newLog.category) {145 if (newLog.level === 'fatal') {152 logs.add(newLog);168 newLog.symbolicate('component');170 newLog.symbolicate('stack', (status) => {179 } else if (newLog.level === 'syntax') {180 logs.add(newLog);183 logs.add(newLog);