Searched refs:splitLogs (Results 1 – 1 of 1) sorted by relevance
70 const splitLogs = allLogsString.split('\n'); constant72 const firstIndexOfEventLogTrace = splitLogs.findIndex((substring) => {80 const lastIndexOfEventLogTrace = splitLogs.findIndex((substring, index) => {87 return splitLogs.slice(firstIndexOfEventLogTrace);89 return splitLogs.slice(firstIndexOfEventLogTrace, lastIndexOfEventLogTrace);