add method

void add(
  1. TestLogEntry entry
)

Implementation

void add(TestLogEntry entry) {
  _entries.add(entry);
}