Searched refs:batchedLogs (Results 1 – 2 of 2) sorted by relevance
61 readonly batchedLogs: [LogLevel, Chalk | null, any[]][] = []; property in LoggerBatch65 this.batchedLogs.push([level, color, args]);67 this.batchedLogs = [];71 this.batchedLogs.forEach(([level, color, args]) => this.parentResolver(level, color, args));72 this.batchedLogs.length = 0;
96 if (batch.batchedLogs.length > 1) {