ooni / probe

OONI Probe network measurement tool for detecting internet censorship
https://ooni.org/install
BSD 3-Clause "New" or "Revised" License
749 stars 142 forks source link

testingx: implement log collector #2713

Closed bassosimone closed 2 months ago

bassosimone commented 2 months ago

This issue is about implementing a struct to collect logs as part of testingx. The most common use case when testing functions that log is to check whether specific log lines have been emitted. Therefore, this new struct will be very useful.