records property

List<LogRecord> records
final

Every record accepted by emit, in call order.

Implementation

final List<LogRecord> records = <LogRecord>[];