Searched refs:LogBoxLogs (Results 1 – 3 of 3) sorted by relevance
12 export type LogBoxLogs = Set<LogBoxLog>; alias21 logs: LogBoxLogs;
1 …LogBoxLogs = Set<LogBoxLog>;\n\nexport type LogData = {\n level: LogLevel;\n message: Message;\n…
19 export type LogBoxLogs = Set<LogBoxLog>;31 logs: LogBoxLogs;57 logs: LogBoxLogs;65 let logs: LogBoxLogs = new Set();