ObjectPoolStats constructor
ObjectPoolStats({
- required int logEntryPoolSize,
- required int logEntryAllocations,
- required int logEntryReuses,
- required int logEventPoolSize,
- required int logEventAllocations,
- required int logEventReuses,
- required int stringBufferPoolSize,
- required int stringBufferAllocations,
- required int stringBufferReuses,
- required int contextMapPoolSize,
- required int contextMapAllocations,
- required int contextMapReuses,
Implementation
ObjectPoolStats({
required this.logEntryPoolSize,
required this.logEntryAllocations,
required this.logEntryReuses,
required this.logEventPoolSize,
required this.logEventAllocations,
required this.logEventReuses,
required this.stringBufferPoolSize,
required this.stringBufferAllocations,
required this.stringBufferReuses,
required this.contextMapPoolSize,
required this.contextMapAllocations,
required this.contextMapReuses,
});