I have my [own test helpers for validating logging behavior in my library](https://github.com/Mordil/RediStack/blob/master/Tests/RediStackIntegrationTests/RedisLoggingTests.swift) after writing tests for #243... the test helpers are much nicer than what I wrote. It'd be nice if the helpers were made public in a `LoggingTestUtils` module to be imported in my test targets...