LoggerStatistics constructor
const
LoggerStatistics({})
Implementation
const LoggerStatistics({
required this.totalEvents,
required this.eventsToday,
required this.eventsByType,
required this.avgEventsPerSecond,
required this.queueLength,
required this.memoryUsage,
required this.totalFileSize,
});