testing library

Test helpers for asserting on emitted log records.

Import this in your test code:

import 'package:loq/testing.dart';

Keep this import out of production code — it is meant for test/ directories only.

Classes

RecordingHandler
A Handler that keeps records in memory for tests.